사이드바 width 조정, 버튼 아이콘 제거
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
<aside>
|
<aside>
|
||||||
<nav class="sidebar-nav">
|
<nav class="sidebar-nav">
|
||||||
<button class="btn btn-warning" id="btn-open">📁 폴더 열기 (O)</button>
|
<button class="btn btn-warning" id="btn-open">폴더 열기 (O)</button>
|
||||||
<button class="btn btn-success" id="btn-rename" disabled>✅ 이름 변경 실행 (S)</button>
|
<button class="btn btn-success" id="btn-rename" disabled>이름 변경 실행 (S)</button>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="file-explorer">
|
<section class="file-explorer">
|
||||||
<!-- 추후 구현 -->
|
<!-- 추후 구현 -->
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
<button class="sort-btn" id="btn-sort-date">날짜순</button>
|
<button class="sort-btn" id="btn-sort-date">날짜순</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="separator"></div>
|
<div class="separator"></div>
|
||||||
<button class="btn btn-info active" id="btn-preview-toggle">🔍 미리보기</button>
|
<button class="btn btn-info active" id="btn-preview-toggle">미리보기</button>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<form id="format-bar">
|
<form id="format-bar">
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ header h1 {
|
|||||||
|
|
||||||
/* ── 사이드바 ── */
|
/* ── 사이드바 ── */
|
||||||
aside {
|
aside {
|
||||||
width: 400px;
|
width: 300px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user