Merge branch 'pull-to-refresh' into 'develop'
Thread: fix pullable styles See merge request soapbox-pub/soapbox-fe!849
This commit is contained in:
commit
b516ff0b03
1 changed files with 14 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue