Show basic film properties in media modal

This commit is contained in:
Reinout Meliesie 2025-02-12 15:59:54 +01:00
commit 462a644952
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
4 changed files with 50 additions and 18 deletions

View file

@ -10,3 +10,10 @@
.open-collection-item-button {
font-weight : normal ; /* No bold text by default for this kind of button */
}
.media-modal {
padding : 100px ;
}
.media-modal .top-padding {
padding-top : 40px ;
}