mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-28 10:33:05 +00:00
Merge pull request #1100 from PL7963/development
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
MetaDetails: Add missing backdrop filter to ratings
This commit is contained in:
commit
c8dfc31e6b
1 changed files with 1 additions and 0 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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue