Closed
Bug 1045179
Opened 11 years ago
Closed 11 years ago
Using Nuvola 1.29 Theme w/ tabs open nowhere left to grab top bar to drag Thunderbird across screen
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mjlabrie, Unassigned)
Details
Attachments
(1 file)
|
40.45 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36
Steps to reproduce:
Using Nuvola 1.29 Theme in Thunderbird 24.6.0 with multiple tabs open cannot drag thunderbird to another position on screen...nowhere to grab without maximizing on screen then pointless.
Actual results:
No spot to grab and move thunderbird to another position on screen.
Expected results:
a spot somewhere on title bar to grab and reposition thunderbird on screen.
Comment 1•11 years ago
|
||
This is a issue with a 3rd party theme and can't be handled by Mozilla's bugzilla -> invalid.
But I'm the Nuvola author and can help finding a solution. :)
I made Nuvola with a small border on top to use as less empty space as possible and I have always enough space behind the tabs to move the window.
I propose you change the margin on top of the tabs through a userCrome.css rule:
#messengerWindow[chromemargin="0,2,2,2"] > #navigation-toolbox {
margin-top: -5px;
}
If you don't know what userChrome.css is, please check this link: https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Thunderbird_Configuration_Files
If you have still issues with changing this, please contact me at mozilla@paenglab.ch.
And if you don't want a bigger margin on top we can also look to make a gap on the right of the tabs. But more through email.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•