keymasterr / Firefox-UI-Theme-Tweaks-and-Bottom-Tabs

Firefox UI changes with userChrome.css
9 stars 1 forks source link

Incorrect cut-off #3

Closed TadaCZE closed 3 years ago

TadaCZE commented 3 years ago

The tab is cut off in customize firefox tab (wrote a fix): :root:not([inDOMFullscreen]) #browser, :root:not([inDOMFullscreen]) #customization-container { margin-bottom: var(--tbh); }

keymasterr commented 3 years ago

Thank you, I've added your fix to the code