Use cargo fmt and conform to Style Guide (mostly)
This commit is contained in:
parent
1f1eac6369
commit
2982a13bc2
15 changed files with 980 additions and 888 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue