List Item: Fix iOS divider length in forum panel (#2400)
This commit is contained in:
parent
4ad62ae62c
commit
9f214afb35
@ -41,7 +41,7 @@
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
body.is-ios & {
|
||||
body.is-ios &:not(.unopened) {
|
||||
line-height: 1.375rem;
|
||||
min-width: 1.375rem;
|
||||
height: 1.375rem;
|
||||
|
||||
@ -20,6 +20,10 @@
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
}
|
||||
|
||||
:global(body.is-ios) &::after {
|
||||
left: 0.75rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.closed-icon {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user