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