Skip to content

Commit 5fc53a8

Browse files
committed
More work
1 parent 659d476 commit 5fc53a8

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed
210 KB
Binary file not shown.
1.33 KB
Loading

beta/emuos/assets/js/emuos.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,6 +1823,9 @@
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;

beta/emuos/assets/styles/css/themes/basic/window.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
}
326326

327327
.emuos-folder-sidebar-head strong {
328-
font-size: 32px;
328+
font-size: 28px;
329329
line-height: 1;
330330
font-weight: bold;
331331
letter-spacing: -1px;

beta/emuos/assets/styles/css/themes/windows-98/window.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261

262262
.theme-windows-98 .emuos-folder-sidebar-head strong {
263263
color: #000;
264-
font-size: 40px;
264+
font-size: 28px;
265265
}
266266

267267
.theme-windows-98 .emuos-folder-sidebar-link {

beta/emuos/assets/styles/css/themes/windows-me/window.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260

261261
.theme-windows-me .emuos-folder-sidebar-head strong {
262262
color: #000;
263-
font-size: 40px;
263+
font-size: 28px;
264264
}
265265

266266
.theme-windows-me .emuos-folder-sidebar-link {

0 commit comments

Comments
 (0)