Remove GdkPixbuf hack

This commit is contained in:
kramo
2023-05-05 17:40:22 +02:00
parent cd396a4bf8
commit 15fc6292b6
3 changed files with 2 additions and 9 deletions

View File

@@ -9,9 +9,4 @@
color: @light_1;
background-color: @dark_5;
opacity: 0.8;
}
/* This is to hide a weird GdkPixbuf upscaling glitch */
#details_view_blurred_cover {
transform: scale(1.2);
}