fix(Ratings): move backdrop filter to ratings container

This commit is contained in:
Coolkie 2025-12-26 08:24:04 +00:00
parent 6fbc08a720
commit 84a172d1bf

View file

@ -17,6 +17,7 @@
border-radius: 2rem;
height: @height;
width: fit-content;
backdrop-filter: blur(5px);
.icon-container {
display: flex;
@ -26,7 +27,6 @@
width: @width;
padding: 0 1rem;
cursor: pointer;
backdrop-filter: blur(5px);
.icon {
width: calc(@width / 2);