layout
This commit is contained in:
@@ -79,7 +79,7 @@ body {
|
||||
display: grid;
|
||||
grid-template-columns: 260px 1fr;
|
||||
gap: 24px;
|
||||
padding: 0 24px 24px;
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
.app-sidebar {
|
||||
@@ -130,6 +130,12 @@ body {
|
||||
align-items: center;
|
||||
gap: 14px;
|
||||
}
|
||||
.topbar-logo {
|
||||
height: 40px;
|
||||
width: auto;
|
||||
filter: drop-shadow(0 8px 18px rgba(0,0,0,0.12));
|
||||
margin-right: 10px;
|
||||
}
|
||||
.brand img {
|
||||
height: 46px;
|
||||
width: auto;
|
||||
@@ -198,10 +204,10 @@ body {
|
||||
top: 0;
|
||||
z-index: 20;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
grid-column: 1 / -1;
|
||||
background: var(--panel);
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 0;
|
||||
border-radius: 16px;
|
||||
padding: 16px 24px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -311,7 +317,7 @@ body {
|
||||
}
|
||||
|
||||
@media (max-width: 1100px) {
|
||||
.app-shell { grid-template-columns: 1fr; padding: 0 18px 18px; }
|
||||
.app-shell { grid-template-columns: 1fr; padding: 18px; }
|
||||
.app-sidebar { position: relative; top: 0; }
|
||||
}
|
||||
@media (max-width: 720px) {
|
||||
|
||||
Reference in New Issue
Block a user