mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
fix: streaming server url item styles
This commit is contained in:
parent
659c3c96d2
commit
befc1d6eec
1 changed files with 4 additions and 6 deletions
|
|
@ -4,11 +4,10 @@
|
||||||
|
|
||||||
.add-item {
|
.add-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0.5rem 1.5rem;
|
padding: 0.35rem 1.5rem;
|
||||||
gap: 1rem;
|
border-radius: 2.5rem;
|
||||||
border-radius: var(--border-radius);
|
|
||||||
transition: 0.3s all ease-in-out;
|
transition: 0.3s all ease-in-out;
|
||||||
background-color: transparent;
|
background-color: var(--overlay-color);
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -77,8 +76,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border: 2px solid transparent;
|
border: 2px solid var(--overlay-color);
|
||||||
background-color: var(--overlay-color);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue