fix(app): thin tab color indicator
This commit is contained in:
parent
98ba5f0ed6
commit
d867ed02f1
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
right: 8px;
|
right: 8px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 8px;
|
left: 8px;
|
||||||
height: 2px;
|
height: 1px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
border-radius: 2px 2px 0 0;
|
border-radius: 2px 2px 0 0;
|
||||||
background: var(--tab-color);
|
background: var(--tab-color);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue