fix(568): resolve small display issue in main.css (#586)

This commit is contained in:
Daniel Graf
2025-12-26 08:35:15 +01:00
committed by GitHub
parent 957e9c2127
commit 75720176dd

View File

@@ -1347,6 +1347,8 @@ body.auto-update-mode .today-fab {
overflow-x: auto;
border-right: none;
border-bottom: 1px solid var(--color-highlight);
scrollbar-width: none;
-ms-overflow-style: none;
}
.settings-page .settings-nav-item {
@@ -2558,9 +2560,4 @@ button:disabled {
}
.timeband-item.selected:hover::before {
opacity: 1;
}
.timeband-item.locked {
}
}