mirror of https://github.com/keeweb/keeweb
fixed list borders on mobile
parent
00be6f0181
commit
2ed735ad95
|
@ -150,7 +150,9 @@
|
|||
}
|
||||
|
||||
&:not(.list__item--table) {
|
||||
border-radius: var(--block-border-radius);
|
||||
@include nomobile {
|
||||
border-radius: var(--block-border-radius);
|
||||
}
|
||||
margin: 0 $small-spacing;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue