Open different55 opened 5 years ago
The margin-bottom on :root:not([customizing]) #navigator-toolbox doesn't take into account the drag space, chewing up 8px (var(--space-above-tabbar)) of the web page content area space thing.
margin-bottom
:root:not([customizing]) #navigator-toolbox
var(--space-above-tabbar)
Seems related to this issue: #124.
Hm, could be similar, yeah. Although with --nav-bar-height being the one needing adjustment instead of --tab-min-height.
Nah, I'll get around to it eventually though
The
margin-bottom
on:root:not([customizing]) #navigator-toolbox
doesn't take into account the drag space, chewing up 8px (var(--space-above-tabbar)
) of the web page content area space thing.