Disable sticky date headers in Notifications when in multi-column mode

pull/909/head
Lim Chee Aun 2024-11-01 17:31:53 +08:00
rodzic 7d922550d0
commit d7732cbf47
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -27,6 +27,11 @@
margin: 0;
opacity: 1;
#columns & {
position: static;
background-color: inherit;
}
small {
font-weight: normal;
font-size: var(--text-size);