Column: fix PullToRefresh border-radius

merge-requests/854/head
Alex Gleason 3 years ago
parent 65a2a40cb2
commit f42427fec3
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

Loading…
Cancel
Save