File tree Expand file tree Collapse file tree 6 files changed +6
-3
lines changed
Expand file tree Collapse file tree 6 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 18231823 var self = this ;
18241824 var title = typeof options . title !== 'undefined' ? options . title : 'Folder' ;
18251825 var icon = self . _resolveIcon ( options . icon , 'assets/images/icons/desktop/folder' ) ;
1826+ if ( icon === 'assets/images/icons/desktop/folder' ) {
1827+ icon = 'assets/images/icons/desktop/folder-open' ;
1828+ }
18261829 var width = typeof options . width !== 'undefined' ? options . width : 700 ;
18271830 var height = typeof options . height !== 'undefined' ? options . height : 520 ;
18281831 var path = typeof options . path !== 'undefined' ? options . path : title ;
Original file line number Diff line number Diff line change 325325}
326326
327327.emuos-folder-sidebar-head strong {
328- font-size : 32 px ;
328+ font-size : 28 px ;
329329 line-height : 1 ;
330330 font-weight : bold;
331331 letter-spacing : -1px ;
Original file line number Diff line number Diff line change 261261
262262.theme-windows-98 .emuos-folder-sidebar-head strong {
263263 color : # 000 ;
264- font-size : 40 px ;
264+ font-size : 28 px ;
265265}
266266
267267.theme-windows-98 .emuos-folder-sidebar-link {
Original file line number Diff line number Diff line change 260260
261261.theme-windows-me .emuos-folder-sidebar-head strong {
262262 color : # 000 ;
263- font-size : 40 px ;
263+ font-size : 28 px ;
264264}
265265
266266.theme-windows-me .emuos-folder-sidebar-link {
You can’t perform that action at this time.
0 commit comments