사용자:Hsl0/common.css: 두 판 사이의 차이
< 사용자:Hsl0
편집 요약 없음 |
편집 요약 없음 태그: 되돌려진 기여 |
||
1번째 줄: | 1번째 줄: | ||
@import 'https://unpkg.com/@wikimedia/codex@1.13.0/dist/codex.style.css'; | |||
.param-field:not(:first-child) .cdx-label { | |||
display: none; | |||
} | |||
.param-field { | |||
.cdx-field__control { | |||
width: 100%; | |||
display: flex; | |||
align-items: end; | |||
gap: 8px; | |||
} | |||
.cdx-field { | |||
margin: 0; | |||
width: 100%; | |||
} | |||
.cdx-text-input { | |||
min-width: 0; | |||
width: 100%; | |||
} | |||
.param-field--destroy-button { | |||
margin-bottom: 8px; | |||
} | |||
.param-field--middle-eq { | |||
margin-bottom: 16px; | |||
} | |||
} | |||
/* CSS 우선순위 확인 */ | /* CSS 우선순위 확인 */ | ||
@layer user-common { | @layer user-common { |
2024년 10월 1일 (화) 00:59 판
@import 'https://unpkg.com/@wikimedia/codex@1.13.0/dist/codex.style.css';
.param-field:not(:first-child) .cdx-label {
display: none;
}
.param-field {
.cdx-field__control {
width: 100%;
display: flex;
align-items: end;
gap: 8px;
}
.cdx-field {
margin: 0;
width: 100%;
}
.cdx-text-input {
min-width: 0;
width: 100%;
}
.param-field--destroy-button {
margin-bottom: 8px;
}
.param-field--middle-eq {
margin-bottom: 16px;
}
}
/* CSS 우선순위 확인 */
@layer user-common {
html {
--top: "user.common";
--user-common: 1;
}
}