Use box-shadow, border skews the actual dimension

This commit is contained in:
Lim Chee Aun 2022-12-27 11:00:05 +08:00
parent 97e214cec7
commit 1bb547e1a3

View file

@ -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;
} }