Поправил сетку и еще пару багов

This commit is contained in:
2026-05-28 00:52:21 +03:00
parent 5b6ffa5c08
commit e989391c8d

View File

@@ -1210,6 +1210,7 @@
} }
@media (max-width: 1180px) { @media (max-width: 1180px) {
.schedule-view-filter-grid, .schedule-view-filter-grid,
.schedule-view-metrics, .schedule-view-metrics,
.department-workspace-grid { .department-workspace-grid {
@@ -1396,14 +1397,17 @@ input[type="number"] {
.custom-select-menu::-webkit-scrollbar { .custom-select-menu::-webkit-scrollbar {
width: 6px; width: 6px;
} }
.custom-select-menu::-webkit-scrollbar-track { .custom-select-menu::-webkit-scrollbar-track {
background: transparent; background: transparent;
border-radius: 8px; border-radius: 8px;
} }
.custom-select-menu::-webkit-scrollbar-thumb { .custom-select-menu::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.15); background: rgba(255, 255, 255, 0.15);
border-radius: 8px; border-radius: 8px;
} }
.custom-select-menu::-webkit-scrollbar-thumb:hover { .custom-select-menu::-webkit-scrollbar-thumb:hover {
background: rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.25);
} }
@@ -1445,7 +1449,8 @@ input[type="number"] {
} }
.custom-select-item.placeholder-item { .custom-select-item.placeholder-item {
display: none; /* Hide placeholder options in the actual dropdown list naturally */ display: none;
/* Hide placeholder options in the actual dropdown list naturally */
} }
/* Light theme selects */ /* Light theme selects */
@@ -1463,6 +1468,7 @@ input[type="number"] {
[data-theme="light"] .custom-select-menu::-webkit-scrollbar-thumb { [data-theme="light"] .custom-select-menu::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.15); background: rgba(0, 0, 0, 0.15);
} }
[data-theme="light"] .custom-select-menu::-webkit-scrollbar-thumb:hover { [data-theme="light"] .custom-select-menu::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.25); background: rgba(0, 0, 0, 0.25);
} }
@@ -1605,14 +1611,17 @@ input[type="number"] {
.checkbox-group-vertical::-webkit-scrollbar { .checkbox-group-vertical::-webkit-scrollbar {
width: 6px; width: 6px;
} }
.checkbox-group-vertical::-webkit-scrollbar-track { .checkbox-group-vertical::-webkit-scrollbar-track {
background: transparent; background: transparent;
border-radius: 8px; border-radius: 8px;
} }
.checkbox-group-vertical::-webkit-scrollbar-thumb { .checkbox-group-vertical::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.15); background: rgba(255, 255, 255, 0.15);
border-radius: 8px; border-radius: 8px;
} }
.checkbox-group-vertical::-webkit-scrollbar-thumb:hover { .checkbox-group-vertical::-webkit-scrollbar-thumb:hover {
background: rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.25);
} }
@@ -1620,6 +1629,7 @@ input[type="number"] {
[data-theme="light"] .checkbox-group-vertical::-webkit-scrollbar-thumb { [data-theme="light"] .checkbox-group-vertical::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.15); background: rgba(0, 0, 0, 0.15);
} }
[data-theme="light"] .checkbox-group-vertical::-webkit-scrollbar-thumb:hover { [data-theme="light"] .checkbox-group-vertical::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.25); background: rgba(0, 0, 0, 0.25);
} }