We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971383e commit 453b7d9Copy full SHA for 453b7d9
src/gui/src/UI/UIDesktop.js
@@ -1103,7 +1103,7 @@ async function UIDesktop(options){
1103
// User options
1104
// ----------------------------------------------------
1105
let ht = '';
1106
- ht += `<div class="toolbar" style="height:${window.toolbar_height}px;">`;
+ ht += `<div class="toolbar" style="height:${window.toolbar_height}px; min-height:${window.toolbar_height}px; max-height:${window.toolbar_height}px;">`;
1107
// logo
1108
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>`;
1109
0 commit comments