Thread: fix pullable styles

features-override
Alex Gleason 2021-11-03 20:58:31 -05:00
rodzic 3e3433218c
commit 8b4f892070
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -221,3 +221,17 @@
}
}
}
.thread {
.ptr,
.ptr__children {
background: var(--foreground-color) !important;
border-radius: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
@media screen and (max-width: 580px) {
border-radius: 0;
}
}
}