Use cargo fmt and conform to Style Guide (mostly)

This commit is contained in:
Reinout Meliesie 2026-01-08 14:00:01 +01:00
commit 2982a13bc2
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
15 changed files with 980 additions and 888 deletions

View file

@ -1,29 +1,29 @@
/* TODO: Switch out CSS dynamically on `gtk-application-prefer-dark-theme` property change */
.collation-menu row:selected {
background-color : rgb( 0 0 0 / 0.08 ) ;
background-color: rgb(0 0 0 / 0.08);
}
.collation-menu row:not(:selected) image {
opacity : 0 ;
opacity: 0;
}
.collatable-container flowboxchild {
padding : 0 ;
padding: 0;
}
.collection-item-button {
font-weight : normal ; /* No bold text by default for this kind of button */
font-weight: normal; /* No bold text by default for this kind of button */
}
.collection-item-box {
margin-top : 20px ;
margin-bottom : 20px ;
margin-top: 20px;
margin-bottom: 20px;
}
.collection-item-image {
margin-bottom : 20px ;
margin-bottom: 20px;
}
.media-modal {
padding : 100px ;
padding: 100px;
}