Tweak the height of home button separator
This commit is contained in:
@ -105,11 +105,11 @@
|
|||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -0.25rem;
|
top: -0.125rem;
|
||||||
right: -0.5rem;
|
right: -0.5rem;
|
||||||
background-color: var(--fg-muted-2);
|
background-color: var(--fg-muted-2);
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: calc(100% + 0.5rem);
|
height: calc(100% + 0.25rem);
|
||||||
content: "";
|
content: "";
|
||||||
|
|
||||||
body[dir="rtl"] & {
|
body[dir="rtl"] & {
|
||||||
|
Reference in New Issue
Block a user