v1.0.0: 헤더 최종 점검과 사이드바 스타일 정리

Made-with: Cursor
This commit is contained in:
2026-04-17 14:31:30 +09:00
parent f7920f96d6
commit 1e095798e3
10 changed files with 23 additions and 43 deletions

View File

@@ -685,13 +685,6 @@ body.left-sidebar-collapsed .sidebar--left .sidebar__inner {
min-width: 0;
}
.topbar__brand {
padding: 0 16px;
height: 100%;
display: flex;
align-items: center;
gap: 12px;
}
.topbar__sidebar-toggle {
display: inline-flex;
@@ -754,15 +747,6 @@ body:not(.left-sidebar-collapsed) .topbar__sidebar-toggle:hover .topbar__sidebar
display: block;
}
.topbar__search {
display: flex;
justify-content: center;
padding: 0 18px;
height: 100%;
align-items: center;
box-sizing: border-box;
}
.search-trigger,
.search-modal__input {
display: flex;
@@ -805,15 +789,6 @@ body:not(.left-sidebar-collapsed) .topbar__sidebar-toggle:hover .topbar__sidebar
font-size: 12px;
}
.topbar__actions {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 10px;
padding: 0 16px;
height: 100%;
}
@media (min-width: 1024px) {
.topbar__search {
min-width: min(var(--topbar-search-min), 100%);
@@ -1947,12 +1922,6 @@ body:not(.left-sidebar-collapsed) .topbar__sidebar-toggle:hover .topbar__sidebar
padding: 0;
}
.topbar__brand {
grid-column: 1;
grid-row: 1;
min-width: 0;
}
.topbar__search {
display: none;
}