mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(Ratings): move backdrop filter to ratings container
This commit is contained in:
parent
6fbc08a720
commit
84a172d1bf
1 changed files with 1 additions and 1 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
border-radius: 2rem;
|
border-radius: 2rem;
|
||||||
height: @height;
|
height: @height;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
backdrop-filter: blur(5px);
|
||||||
|
|
||||||
.icon-container {
|
.icon-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -26,7 +27,6 @@
|
||||||
width: @width;
|
width: @width;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
backdrop-filter: blur(5px);
|
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
width: calc(@width / 2);
|
width: calc(@width / 2);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue