You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Fix for main menu calling by Alt button */
#titlebar > #toolbar-menubar {
margin-top: 10px;
}
This is part of a code snippet from the wiki that was supposed to remove this space left after pressing the ALT button, but it stopped working after several updates through the browser.
/* 15px for dragging whole window by mouse*/
#titlebar {
appearance: none !important;
height: 15px;
}
This part left space for the window to be draggable, but it also no longer works.
I'd like help finding a fix for these two code snippets.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is part of a code snippet from the wiki that was supposed to remove this space left after pressing the ALT button, but it stopped working after several updates through the browser.
This part left space for the window to be draggable, but it also no longer works.
I'd like help finding a fix for these two code snippets.
Beta Was this translation helpful? Give feedback.
All reactions