Thread: fix pullable styles

This commit is contained in:
Alex Gleason 2021-11-03 20:58:31 -05:00
parent 3e3433218c
commit 8b4f892070
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 14 additions and 0 deletions

View File

@ -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;
}
}
}