Column: fix PullToRefresh border-radius

This commit is contained in:
Alex Gleason 2021-11-04 14:22:54 -05:00
parent 65a2a40cb2
commit f42427fec3
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -977,6 +977,12 @@
.ptr,
.ptr__children {
background: var(--foreground-color);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
@media screen and (max-width: 580px) {
border-radius: 0;
}
}
&--transparent {