Update 2026-01-20 20:47:44

This commit is contained in:
unknown
2026-01-20 20:47:45 +09:00
parent 9d5d2b8d99
commit c9db82d33e
193 changed files with 33876 additions and 5798 deletions

View File

@@ -9,11 +9,21 @@
display: flex;
flex-direction: column;
height: 600px;
/* 초기 높이 */
min-height: 300px;
/* 최소 높이 */
max-height: 1200px;
/* 최대 높이 (선택 사항) */
background: #1e1e1e;
border: 1px solid #333;
border-radius: 6px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
overflow: hidden;
/* resize를 위해 필수 */
resize: vertical;
/* 수직 리사이징 활성화 */
position: relative;
/* 자식 요소 relative 기준 */
}
/* 툴바 (헤더) */