mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 10:15:37 +03:00
Disable sticky date headers in Notifications when in multi-column mode
This commit is contained in:
parent
7d922550d0
commit
d7732cbf47
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
||||||
|
#columns & {
|
||||||
|
position: static;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
small {
|
small {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: var(--text-size);
|
font-size: var(--text-size);
|
||||||
|
|
Loading…
Reference in a new issue