리버티게임(개발), 모두가 만들어가는 자유로운 게임
둘러보기로 이동
검색으로 이동
|
|
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월 2일 (수) 03:21 기준 최신판
/* CSS 우선순위 확인 */
@layer user-common {
html {
--top: "user.common";
--user-common: 1;
}
}