- QOL in list of companies - added scrollbar;

- QOL in list of files;
This commit is contained in:
Vitalii Kiiko
2025-03-26 17:04:23 +01:00
parent 41b0c93f47
commit eb126faf87
3 changed files with 37 additions and 17 deletions

View File

@@ -52,6 +52,12 @@
}
}
.topBar__menuCompaniesList {
max-height: 220px;
overflow-y: auto;
padding: 10px 0;
background: #f3ffeb;
}
.topBar__menuCompanyItem {
margin: 0;
padding: 0.55rem 1rem 0.75rem 1rem;
@@ -74,6 +80,12 @@
}
}
.topBar__menuCompaniesList {
.topBar__menuCompanyItem:hover {
color: var(--menuitem-active-background);
}
}
@media (max-width: 500px) {
.topBar__endContent {
flex-wrap: wrap;