탑바 css 수정
This commit is contained in:
parent
a64cab08eb
commit
abfc872d04
@ -56,18 +56,40 @@
|
|||||||
margin-right: 20%; /* 채팅 사이드바의 너비만큼 밀리도록 설정 */
|
margin-right: 20%; /* 채팅 사이드바의 너비만큼 밀리도록 설정 */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* top bar 고정1 */
|
/* 탑바 범위조정 */
|
||||||
.layout-navbar-fixed .layout-navbar {
|
nav#layout-navbar {
|
||||||
position: relative;
|
|
||||||
top: 0;
|
|
||||||
right: auto;
|
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
width: 96% !important;
|
margin-right: 20%;
|
||||||
padding-top: 0 !important;
|
margin-left: 260px;
|
||||||
|
width: auto !important;
|
||||||
|
min-width: auto !important;
|
||||||
|
right: 24px !important;
|
||||||
|
left: 24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* top bar 고정2 */
|
/* 탑바 범위조정(1200px 이하) */
|
||||||
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
|
@media (max-width: 1200px) {
|
||||||
padding-top: 0 !important;
|
nav#layout-navbar {
|
||||||
|
left: 0 !important;
|
||||||
|
margin-right: 20%;
|
||||||
|
margin-left: 0px;
|
||||||
|
width: auto !important;
|
||||||
|
min-width: auto !important;
|
||||||
|
right: 24px !important;
|
||||||
|
left: 24px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 탑바 범위조정(992px 이하) */
|
||||||
|
@media (max-width: 992px) {
|
||||||
|
nav#layout-navbar {
|
||||||
|
left: 0 !important;
|
||||||
|
margin-right: 20%;
|
||||||
|
margin-left: 0px;
|
||||||
|
width: auto !important;
|
||||||
|
min-width: auto !important;
|
||||||
|
right: 24px !important;
|
||||||
|
left: 24px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user