Closed
Bug 1431076
Opened 8 years ago
Closed 8 years ago
Extension sidebar min-width
Categories
(WebExtensions :: Frontend, enhancement)
WebExtensions
Frontend
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rhubscher, Unassigned)
Details
Attachments
(1 file)
|
1.16 MB,
image/gif
|
Details |
I've been trying to set the minimum width of the sidebar.
I put the follwing CSS:
html {
min-width: 210px;
}
And it seems to work on Linux but apparently it doesn't and it is possible for the sidebar on Mac or Windows to be smaller.
Do you know how I can manage to set a min-width for a sidebar?
Updated•8 years ago
|
Flags: needinfo?(amckay)
Comment 1•8 years ago
|
||
The intention is that extensions cannot control this aspect of ui in firefox. It would be a bug that it works on linux. One caveat might be allowing theme extensions to define default widths.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(amckay)
Resolution: --- → WONTFIX
| Reporter | ||
Comment 2•8 years ago
|
||
I wouldn't say it works with Linux but with Linux you cannot reduce the sidebar as much as with both Windows and Linux.
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•