zoodex/src/application.css

29 lines
565 B
CSS
Raw Normal View History

/* TODO: Switch out CSS dynamically on `gtk-application-prefer-dark-theme` property change */
.collation-menu row:selected {
2025-01-31 17:09:22 +01:00
background-color : rgb( 0 0 0 / 0.08 ) ;
}
.collation-menu row:not(:selected) image {
2025-01-31 17:09:22 +01:00
opacity : 0 ;
}
2025-02-07 16:22:34 +01:00
.collatable-container flowboxchild {
padding : 0 ;
}
.collection-item-button {
2025-02-07 16:22:34 +01:00
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 ;
}