Merge branch 'pull-to-refresh' into 'develop'

Thread: fix pullable styles

See merge request soapbox-pub/soapbox-fe!849
merge-requests/850/head
Alex Gleason 2021-11-04 01:59:10 +00:00
commit b516ff0b03
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;
}
}
}