mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 13:16:26 +08:00
UX: force sidebar to occupy full height (#19035)
This commit is contained in:
parent
d123371cb9
commit
f90a8438e9
@ -6,6 +6,7 @@
|
|||||||
}
|
}
|
||||||
.panel-body-contents {
|
.panel-body-contents {
|
||||||
max-height: unset;
|
max-height: unset;
|
||||||
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.header-cloak {
|
.header-cloak {
|
||||||
@ -89,6 +90,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-top: 0.5em;
|
padding-top: 0.5em;
|
||||||
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -125,6 +127,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-section-content {
|
.sidebar-section-content {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user