List Item: Fix iOS divider length in forum panel (#2400)

This commit is contained in:
Alexander Zinchuk 2023-01-28 02:16:18 +01:00
parent 4ad62ae62c
commit 9f214afb35
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -20,6 +20,10 @@
width: 1rem;
height: 1rem;
}
:global(body.is-ios) &::after {
left: 0.75rem !important;
}
}
.closed-icon {