미디어위키:Gadget-MetadataEditor.css: 두 판 사이의 차이
보이기
문서 생성 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
#containerLeft { | #containerLeft { | ||
display: inline- | display: inline-grid; | ||
width: 500px; | width: 500px; | ||
height: 500px; | height: 500px; | ||
8번째 줄: | 8번째 줄: | ||
#containerRight { | #containerRight { | ||
display: inline- | display: inline-flex; | ||
flex-direction: column; | |||
width: 500px; | width: 500px; | ||
height: 500px; | height: 500px; | ||
21번째 줄: | 22번째 줄: | ||
.jsoneditor-field { | .jsoneditor-field { | ||
background-color: 3; | |||
} | } |
2025년 1월 27일 (월) 16:38 판
#containerLeft {
display: inline-grid;
width: 500px;
height: 500px;
margin-right: 10px;
overflow-y: scroll;
}
#containerRight {
display: inline-flex;
flex-direction: column;
width: 500px;
height: 500px;
}
#containerRight .different_element {
background-color: #acee61;
}
#containerLeft .different_element {
background-color: pink;
}
.jsoneditor-field {
background-color: 3;
}