mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
use thin for border width
This commit is contained in:
parent
7648d8f4e1
commit
12f01ec6be
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@
|
|||
.url-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
border: calc(var(--focus-outline-size) * 0.5) solid var(--color-surface);
|
||||
border: thin solid var(--color-surface);
|
||||
|
||||
.url-content {
|
||||
flex: 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue