Use px size instead of w+h reqs for poster images

The old method worked only by accident on older GTK4 versions.
This commit is contained in:
Reinout Meliesie 2026-01-01 14:37:29 +01:00
commit 6df7530b33
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
3 changed files with 36 additions and 7 deletions

View file

@ -7,6 +7,10 @@
opacity : 0 ;
}
.collatable-container flowboxchild {
padding : 0 ;
}
.open-collection-item-button {
font-weight : normal ; /* No bold text by default for this kind of button */
}