|
25 | 25 | /* Sidebar Menu */ |
26 | 26 | .fileNavigationPage-sidebar { |
27 | 27 | float: left; |
28 | | -width:20%; |
| 28 | +width:25%; |
29 | 29 | height:100%; |
30 | 30 | background:#F5F5F5; |
31 | 31 | padding-top:10px; |
|
34 | 34 | color:var(--font-hightlight) |
35 | 35 | } |
36 | 36 | .fnp-sidebar-menu { |
37 | | -padding:10px0px10px14px; |
| 37 | +padding:5px0px5px15px; |
38 | 38 | font-family: AppleSDGothicNeo; |
39 | | -font-style: normal; |
40 | | -font-weight: bold; |
41 | | -font-size:16px; |
42 | | -line-height:17px; |
| 39 | +font-weight: normal; |
| 40 | +font-size:15px; |
43 | 41 | color:#696969; |
44 | 42 | cursor: pointer; |
45 | 43 | margin-top:10px; |
46 | 44 | } |
| 45 | + |
| 46 | +/* Path Bar */ |
47 | 47 | .fileNavigationPage-inner { |
48 | 48 | float: right; |
49 | 49 | display: grid; |
50 | | -/* grid-template-rows: 30px auto min-content; */ |
51 | 50 | grid-template-rows: min-content auto min-content; |
52 | | -width:80%; |
| 51 | +width:75%; |
53 | 52 | height:100%; |
54 | 53 | } |
| 54 | +.fileNavigationPage-btn-prev:hover{ |
| 55 | +cursor: pointer; |
| 56 | +transition:0.7s; |
| 57 | +} |
| 58 | + |
| 59 | +.fileNavigationPage-btn-next:hover{ |
| 60 | +cursor: pointer; |
| 61 | +transition:0.7s; |
| 62 | +} |
| 63 | + |
| 64 | +/* Directory List */ |
55 | 65 | .fileNavigationPage-directory-container { |
56 | 66 | overflow-y: auto; |
57 | 67 | display: flex; |
|
107 | 117 | display: none; |
108 | 118 | } |
109 | 119 | .fileNavigationPage-menu { |
110 | | -min-height:30px; |
111 | | -/* height: 6%; */ |
| 120 | +min-height:35px; |
112 | 121 | height: fit-content; |
113 | 122 | padding-left:10px; |
114 | 123 | background-color:#EEE; |
|
127 | 136 | display: flex; |
128 | 137 | flex-direction: column; |
129 | 138 | justify-content: center; |
| 139 | +padding-top:5px; |
130 | 140 | } |
131 | 141 | .fileNavigationPage-menu-block { |
132 | | -padding:035px010px; |
| 142 | +padding:5px35px010px; |
133 | 143 | display: flex; |
134 | 144 | flex-direction: column; |
135 | 145 | justify-content: center; |
| 146 | +font-family: AppleSDGothicNeo; |
| 147 | +font-weight: normal; |
136 | 148 | } |
137 | 149 | .fileNavigationPage-btn-move-to-folder { |
138 | 150 | position: absolute; |
|
180 | 192 | margin-left:5px; |
181 | 193 | white-space: nowrap; |
182 | 194 | color:var(--font-primary); |
| 195 | +font-size:13px; |
183 | 196 | } |
184 | 197 | .fileNavigationPage-dir-text:hover { |
185 | 198 | transition:0.7s; |
|
195 | 208 | position: fixed; |
196 | 209 | z-index:3; |
197 | 210 | right:10px; |
198 | | -width:20px; |
199 | | -height:20px; |
200 | | -line-height:20px; |
201 | | -top:3px; |
202 | | -text-align: center; |
| 211 | +top:5px; |
203 | 212 | } |
204 | 213 | .fileNavigationPage-closedBtn:hover { |
205 | 214 | cursor: pointer; |
|
213 | 222 | } |
214 | 223 | .fileNavigationPage-button { |
215 | 224 | padding:5px; |
216 | | -/* height: fit-content; |
217 | | - min-height: 6%; */ |
218 | 225 | background:#EEE; |
219 | 226 | border:1px solid#DDD; |
220 | 227 | } |
221 | 228 | #vp_fileNavigationInput { |
222 | 229 | width:calc(100%-170px); |
| 230 | +font-size:13px; |
223 | 231 | } |
224 | 232 | #vp_fileNavigationExt { |
225 | 233 | width:80px; |
| 234 | +color:var(--font-primary); |
| 235 | +font-family:'AppleSDGothicNeo'; |
226 | 236 | } |
227 | 237 | .fileNavigationPage-style-flex-column-center { |
228 | 238 | display: flex; |
|