mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(Ratings): add backdrop filter to icon container
This commit is contained in:
parent
5dc088b798
commit
6fbc08a720
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
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