Spaces in tab names, more space, centred
This commit is contained in:
parent
3e82286245
commit
421d4a5f10
2 changed files with 5 additions and 4 deletions
|
|
@ -215,7 +215,7 @@ export default {
|
||||||
component: navigateContent
|
component: navigateContent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "background_detect",
|
id: "background detect",
|
||||||
icon: "background_replace",
|
icon: "background_replace",
|
||||||
component: backgroundDetectContent
|
component: backgroundDetectContent
|
||||||
},
|
},
|
||||||
|
|
@ -225,7 +225,7 @@ export default {
|
||||||
component: slideScanContent
|
component: slideScanContent
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "scanlist",
|
id: "scan list",
|
||||||
icon: "photo_library",
|
icon: "photo_library",
|
||||||
component: ScanListContent
|
component: ScanListContent
|
||||||
}
|
}
|
||||||
|
|
@ -313,7 +313,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
#switcher-left {
|
#switcher-left {
|
||||||
width: 75px;
|
width: 85px;
|
||||||
padding-top: 2px !important;
|
padding-top: 2px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,8 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabtitle {
|
.tabtitle {
|
||||||
max-width: 60px;
|
margin: auto;
|
||||||
|
max-width: 70px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue