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
If there to many tabs open (and it is more than in the top-bar have place), than it is not possible under windows to drag the friefox-window with the mouse.
Think this is why on top right there is the titlebar-spacer. But in this Theme it is hidden.
So if some want back this function, open the userChrome.css and around line 180 just delete this:
/* Gets rid of the space on the top of the window that's not taken up by tabs */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
display: none !important;
width: 0px !important;
max-width: 0px !important;
}
thanks for this great Theme!
The text was updated successfully, but these errors were encountered:
If there to many tabs open (and it is more than in the top-bar have place), than it is not possible under windows to drag the friefox-window with the mouse.
Think this is why on top right there is the
titlebar-spacer
. But in this Theme it is hidden.So if some want back this function, open the userChrome.css and around line 180 just delete this:
thanks for this great Theme!
The text was updated successfully, but these errors were encountered: