Column: fix PullToRefresh border-radius
This commit is contained in:
parent
65a2a40cb2
commit
f42427fec3
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue