This commit is contained in:
2026-03-04 02:08:55 +01:00
parent 19b1cdb433
commit 8f77e27db0
2 changed files with 36 additions and 33 deletions

View File

@@ -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) {