mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 02:48:48 +00:00
Bug 310291: Sidebar max-width shouldn't be in px (for consistency with the Go menu), patch by Thomas Bertels <tbertels@gmail.com>, r=mconnor, ui-review=beltzner
This commit is contained in:
parent
74b62aaf35
commit
c22fbca730
@ -418,7 +418,7 @@
|
||||
<toolbarbutton class="tabs-closebutton" tooltiptext="&sidebarCloseButton.tooltip;" oncommand="toggleSidebar();"/>
|
||||
</sidebarheader>
|
||||
<browser id="sidebar" flex="1" autoscroll="false"
|
||||
style="min-width: 150px; width: 200px; max-width: 400px;"/>
|
||||
style="min-width: 14em; width: 18em; max-width: 36em;"/>
|
||||
</vbox>
|
||||
|
||||
<splitter id="sidebar-splitter" class="chromeclass-extrachrome" hidden="true"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user