fix: 브랜드 분석 화면의 사이드바 collapsed 잔재 정리
This commit is contained in:
parent
b9fd77fb51
commit
40ebe2cca0
@ -1808,10 +1808,6 @@
|
||||
body:has(.sidebar.expanded) .bi2-header {
|
||||
left: 15rem;
|
||||
}
|
||||
|
||||
body:has(.sidebar.collapsed) .bi2-header {
|
||||
left: 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.bi2-back-btn {
|
||||
@ -2294,9 +2290,12 @@
|
||||
body:has(.sidebar.expanded) .bi2-bottom-button-container {
|
||||
left: 15rem;
|
||||
}
|
||||
}
|
||||
|
||||
body:has(.sidebar.collapsed) .bi2-bottom-button-container {
|
||||
left: 5rem;
|
||||
/* 모바일: 하단 탭바에 가리지 않도록 띄운다 */
|
||||
@media (max-width: 767px) {
|
||||
.bi2-bottom-button-container {
|
||||
bottom: calc(var(--bottom-nav-height) + 16px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user