v0.2.11: v1.0.0 변경 롤백

Made-with: Cursor
This commit is contained in:
2026-04-17 15:12:15 +09:00
parent bdb84ddd09
commit 8bbb2c73f1
12 changed files with 68 additions and 27 deletions

View File

@@ -239,8 +239,29 @@ body.left-sidebar-collapsed .sidebar--left .sidebar__inner {
object-fit: contain;
}
.menu-groups {
display: block;
}
.menu-groups__list {
display: flex;
flex-direction: column;
}
.menu-group {
border-bottom: 0;
}
.menu-group--nav {
gap: 0;
}
.menu-group__trigger,
.menu-group__link {
display: flex;
align-items: center;
width: 100%;
padding: 6px 0;
border: 0;
border-radius: 18px;
background: none;
@@ -664,6 +685,14 @@ 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;
align-items: center;
@@ -725,6 +754,15 @@ 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;
@@ -767,6 +805,15 @@ 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%);
@@ -1900,6 +1947,12 @@ 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;
}