Tweak the height of home button separator

This commit is contained in:
daudix
2024-06-18 04:15:32 +03:00
parent e39b499844
commit 276a3a37ea

View File

@ -105,11 +105,11 @@
&::after {
position: absolute;
top: -0.25rem;
top: -0.125rem;
right: -0.5rem;
background-color: var(--fg-muted-2);
width: 1px;
height: calc(100% + 0.5rem);
height: calc(100% + 0.25rem);
content: "";
body[dir="rtl"] & {