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
|
||||
},
|
||||
{
|
||||
id: "background_detect",
|
||||
id: "background detect",
|
||||
icon: "background_replace",
|
||||
component: backgroundDetectContent
|
||||
},
|
||||
|
|
@ -225,7 +225,7 @@ export default {
|
|||
component: slideScanContent
|
||||
},
|
||||
{
|
||||
id: "scanlist",
|
||||
id: "scan list",
|
||||
icon: "photo_library",
|
||||
component: ScanListContent
|
||||
}
|
||||
|
|
@ -313,7 +313,7 @@ export default {
|
|||
}
|
||||
|
||||
#switcher-left {
|
||||
width: 75px;
|
||||
width: 85px;
|
||||
padding-top: 2px !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -98,7 +98,8 @@ export default {
|
|||
}
|
||||
|
||||
.tabtitle {
|
||||
max-width: 60px;
|
||||
margin: auto;
|
||||
max-width: 70px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 85%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue