fix(app): use four pixel indicator margin
This commit is contained in:
parent
d867ed02f1
commit
a4bba9dfa1
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue