Replace custom widget macros with Relm4 view macro based ones

Also move margin styling to the CSS file.
This commit is contained in:
Reinout Meliesie 2026-01-02 13:41:27 +01:00
commit 6446d43d76
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
9 changed files with 299 additions and 435 deletions

View file

@ -11,10 +11,19 @@
padding : 0 ;
}
.open-collection-item-button {
.collection-item-button {
font-weight : normal ; /* No bold text by default for this kind of button */
}
.collection-item-box {
margin-top : 20px ;
margin-bottom : 20px ;
}
.collection-item-image {
margin-bottom : 20px ;
}
.media-modal {
padding : 100px ;
}