Rewrite using Relm4
Yes, this is a monster commit but at this stage I'm the only one working on this project anyway. Further commits will follow Best Practises™ again.
This commit is contained in:
parent
d25fdd0a32
commit
4d4b7eb1c7
43 changed files with 2159 additions and 1248 deletions
|
|
@ -1,29 +1,8 @@
|
|||
/* 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);
|
||||
}
|
||||
|
||||
.collation-menu row:not(:selected) image {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.collatable-container flowboxchild {
|
||||
.media-grid flowboxchild {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.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;
|
||||
.media-grid-item {
|
||||
/* No bold text by default for this kind of button */
|
||||
font-weight: normal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue