Move the indicator to the top

This commit is contained in:
David Lapshin 2024-05-27 01:36:28 +03:00
parent a08d719088
commit 266d9500b4
No known key found for this signature in database
GPG Key ID: 93ECF15D3053D81C

View File

@ -61,8 +61,8 @@
&::before {
display: block;
position: absolute;
top: -0.25rem;
right: 1.5rem;
bottom: -0.25rem;
left: 1.5rem;
transition-duration: var(--transition);
transition-property: right, left, border-bottom;