theme: 홈 피드·사이드바·유저 메뉴 동작 보정
Made-with: Cursor
This commit is contained in:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user