Fix even spacing between sticky and non-sticky headers
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
dec377a448
commit
4244c67aca
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ limitations under the License.
|
||||||
// We don't use display:none as that causes the header to go away too.
|
// We don't use display:none as that causes the header to go away too.
|
||||||
&.mx_RoomSublist2_headerContainer_hasSticky {
|
&.mx_RoomSublist2_headerContainer_hasSticky {
|
||||||
height: 0;
|
height: 0;
|
||||||
|
padding-bottom: 4px; // to get even spacing between sticky and non-sticky headers
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomSublist2_stickable {
|
.mx_RoomSublist2_stickable {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue