mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 13:45:46 +00:00
Get min heights correct so that the sidebar will collapse. r=evaughan.
This commit is contained in:
parent
8ee213cdd4
commit
0c962339fc
@ -44,13 +44,17 @@ splitter#sidebar-splitter grippy:active {
|
||||
box#sidebar-box {
|
||||
margin-top: 2px;
|
||||
width: 162px;
|
||||
min-height: 0px;
|
||||
min-height: 1px;
|
||||
min-width: 10px;
|
||||
max-width: 400px;
|
||||
border: none;
|
||||
border-bottom: 8px solid #003366;
|
||||
}
|
||||
|
||||
box#sidebar-panels {
|
||||
min-height: 1px;
|
||||
}
|
||||
|
||||
box#sidebar-box[hidden="true"] {
|
||||
display: none;
|
||||
}
|
||||
|
@ -44,13 +44,17 @@ splitter#sidebar-splitter grippy:active {
|
||||
box#sidebar-box {
|
||||
margin-top: 2px;
|
||||
width: 162px;
|
||||
min-height: 0px;
|
||||
min-height: 1px;
|
||||
min-width: 10px;
|
||||
max-width: 400px;
|
||||
border: none;
|
||||
border-bottom: 8px solid #003366;
|
||||
}
|
||||
|
||||
box#sidebar-panels {
|
||||
min-height: 1px;
|
||||
}
|
||||
|
||||
box#sidebar-box[hidden="true"] {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user