mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Larger separator even for mobile
This commit is contained in:
parent
3f4832965d
commit
7eb77f5d1b
1 changed files with 1 additions and 5 deletions
|
@ -496,12 +496,8 @@
|
|||
/* border-bottom: var(--hairline-width) solid var(--outline-color); */
|
||||
|
||||
&.separator {
|
||||
height: 16px;
|
||||
height: 32px;
|
||||
pointer-events: none;
|
||||
|
||||
@media (min-width: 40em) {
|
||||
height: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 40em) {
|
||||
|
|
Loading…
Reference in a new issue