fix(app): use four pixel indicator margin

This commit is contained in:
Test 2026-06-25 07:22:07 +00:00
commit a4bba9dfa1

View file

@ -13,9 +13,9 @@
&::after {
content: "";
position: absolute;
right: 8px;
right: 4px;
bottom: 0;
left: 8px;
left: 4px;
height: 1px;
pointer-events: none;
border-radius: 2px 2px 0 0;