사용자:Hsl0/common.css: 두 판 사이의 차이
< 사용자:Hsl0
imported>Hsl0 편집 요약 없음 |
imported>Hsl0 편집 요약 없음 |
||
32번째 줄: | 32번째 줄: | ||
.mw-footer-container { | .mw-footer-container { | ||
padding-bottom: 10px; | padding-bottom: 10px; | ||
} | |||
@media(max-width: 530px) { | |||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup { | |||
left: 0 !important; | |||
} | |||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup { | |||
width: min(100vw, 500px) !important; | |||
} | |||
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup .oo-ui-popupWidget-body { | |||
width: 100% !important; | |||
} | |||
} | } |
2022년 6월 29일 (수) 02:11 판
body {
overflow-x: hidden;
}
.mw-page-container {
padding-left: clamp(0px, calc(50vw - 14.6875em), 0.9375em);
padding-right: clamp(0px, calc(50vw - 14.6875em), 0.9375em);
min-width: auto;
overflow-x: hidden;
overflow-y: hidden;
}
.mw-header {
padding-left: clamp(0px, calc(0.9375em + 50% - 50vw), 0.46875em);
padding-right: clamp(0px, calc(0.9375em + 50% - 50vw), 0.46875em);
}
.mw-footer-container {
padding-top: 0;
}
#content, #footer {
padding-right: clamp(0.5em, calc(50vw - 13.75em), 0.9375em);
padding-left: clamp(0.5em, calc(50vw - 13.75em), 0.9375em);
}
.mw-content-container, .mw-article-toolbar-container {
max-width: 61.875em;
}
.mw-footer-container {
padding-bottom: 10px;
}
@media(max-width: 530px) {
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup {
left: 0 !important;
}
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup {
width: min(100vw, 500px) !important;
}
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup .oo-ui-popupWidget-body {
width: 100% !important;
}
}