리버티게임(개발), 모두가 만들어가는 자유로운 게임
|
|
(같은 사용자의 중간 판 하나는 보이지 않습니다) |
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 우선순위 확인 */
| |
| @layer user-common {
| |
| html {
| |
| --top: "user.common";
| |
| --user-common: 1;
| |
| }
| |
| }
| |
2025년 1월 3일 (금) 15:19 기준 최신판