mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +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 {
|
box#sidebar-box {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
width: 162px;
|
width: 162px;
|
||||||
min-height: 0px;
|
min-height: 1px;
|
||||||
min-width: 10px;
|
min-width: 10px;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 8px solid #003366;
|
border-bottom: 8px solid #003366;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
box#sidebar-panels {
|
||||||
|
min-height: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
box#sidebar-box[hidden="true"] {
|
box#sidebar-box[hidden="true"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -44,13 +44,17 @@ splitter#sidebar-splitter grippy:active {
|
|||||||
box#sidebar-box {
|
box#sidebar-box {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
width: 162px;
|
width: 162px;
|
||||||
min-height: 0px;
|
min-height: 1px;
|
||||||
min-width: 10px;
|
min-width: 10px;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 8px solid #003366;
|
border-bottom: 8px solid #003366;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
box#sidebar-panels {
|
||||||
|
min-height: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
box#sidebar-box[hidden="true"] {
|
box#sidebar-box[hidden="true"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user