Skip to content

Commit 453b7d9

Browse files
committed
Enforce taskbar height
1 parent 971383e commit 453b7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/src/UI/UIDesktop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ async function UIDesktop(options){
11031103
// User options
11041104
// ----------------------------------------------------
11051105
let ht = '';
1106-
ht += `<div class="toolbar" style="height:${window.toolbar_height}px;">`;
1106+
ht += `<div class="toolbar" style="height:${window.toolbar_height}px; min-height:${window.toolbar_height}px; max-height:${window.toolbar_height}px;">`;
11071107
// logo
11081108
ht += `<div class="toolbar-btn toolbar-puter-logo" title="Puter" style="margin-left: 10px; margin-right: auto;"><img src="${window.icons['logo-white.svg']}" draggable="false" style="display:block; width:17px; height:17px"></div>`;
11091109

0 commit comments

Comments
 (0)