kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
ScrollableList: fix border-radius on mobile
rodzic
e16a5ac9f9
commit
82dd1d16c8
|
@ -882,6 +882,10 @@
|
||||||
.column--transparent {
|
.column--transparent {
|
||||||
.slist__append {
|
.slist__append {
|
||||||
@include standard-panel;
|
@include standard-panel;
|
||||||
|
|
||||||
|
@media screen and (max-width: 580px) {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub-navigation ~ .slist .slist__append {
|
.sub-navigation ~ .slist .slist__append {
|
||||||
|
|
Ładowanie…
Reference in New Issue