Боковая панель в данных для журнала
This commit is contained in:
@@ -617,4 +617,33 @@
|
||||
|
||||
@keyframes spin {
|
||||
to { transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
/* ===== БОКОВАЯ ПАНЕЛЬ ===== */
|
||||
.logs-sidebar {
|
||||
flex: 0 0 280px;
|
||||
border-right: 1px solid #00ff88;
|
||||
padding-right: 16px;
|
||||
padding-left: 4px;
|
||||
overflow-y: auto;
|
||||
overflow-x: visible;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.logs-sidebar.hidden {
|
||||
flex: 0 0 0 !important;
|
||||
width: 0 !important;
|
||||
min-width: 0 !important;
|
||||
padding: 0 !important;
|
||||
border: none !important;
|
||||
overflow: hidden !important;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.logs-container {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
height: calc(100vh - 120px);
|
||||
overflow: visible;
|
||||
transition: gap 0.3s ease;
|
||||
}
|
||||
Reference in New Issue
Block a user