Spaces in tab names, more space, centred

This commit is contained in:
jaknapper 2025-04-07 18:54:30 +01:00
parent 3e82286245
commit 421d4a5f10
2 changed files with 5 additions and 4 deletions

View file

@ -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;
}

View file

@ -98,7 +98,8 @@ export default {
}
.tabtitle {
max-width: 60px;
margin: auto;
max-width: 70px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 85%;