theme: 홈 피드·사이드바·유저 메뉴 동작 보정

Made-with: Cursor
This commit is contained in:
2026-04-16 13:59:49 +09:00
parent f839a1fba7
commit b380820bb6
13 changed files with 397 additions and 41 deletions

View File

@@ -108,6 +108,36 @@ menu {
background: var(--bg);
}
@media (min-width: 1024px) {
html,
body {
height: 100%;
overflow: hidden;
}
.site-shell-wrap {
height: calc(100vh - var(--topbar-height));
}
.site-shell {
height: 100%;
min-height: 0;
}
.site-main {
height: 100%;
min-height: 0;
overflow-y: auto;
overscroll-behavior: contain;
}
.sidebar--left,
.sidebar--right {
height: 100%;
overflow: hidden;
}
}
.sidebar,
.site-main {
min-width: 0;
@@ -731,6 +761,10 @@ body:not(.left-sidebar-collapsed) .topbar__sidebar-toggle-icon--close {
padding-inline: 14px;
}
[data-featured-track]::-webkit-scrollbar {
display: none;
}
.icon-button {
display: inline-flex;
justify-content: center;
@@ -1450,7 +1484,7 @@ body:not(.left-sidebar-collapsed) .topbar__sidebar-toggle-icon--close {
.kg-content .kg-width-wide {
position: relative;
width: min(100vw - 48px, 820px);
width: min(100vw - 48px, 680px);
max-width: none;
margin-left: 50%;
transform: translateX(-50%);