Addressed 'tabs_bar' TODO

This commit is contained in:
2026-03-21 18:16:20 -05:00
parent 511138316a
commit ec69d4db73
4 changed files with 39 additions and 9 deletions

View File

@@ -63,14 +63,14 @@ scrollbar {
scrollbar trough {
background-color: transparent;
border-radius: 8px;
border-radius: 4px;
}
scrollbar slider {
background-color: rgba(255, 255, 255, 0.18);
border-radius: 8px;
min-width: 10px;
min-height: 10px;
border-radius: 4px;
min-width: 5px;
min-height: 5px;
transition: 120ms ease-in-out;
}