- QOL in list of companies - added scrollbar;
- QOL in list of files;
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user