Use box-shadow, border skews the actual dimension
This commit is contained in:
parent
97e214cec7
commit
1bb547e1a3
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: var(--bg-faded-color);
|
background-color: var(--bg-faded-color);
|
||||||
border: 1px solid var(--outline-color);
|
box-shadow: 0 0 0 1px var(--bg-blur-color);
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue