mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
Tweak artwork filter bar CSS
This commit is contained in:
parent
7008b47394
commit
026ea90f05
1 changed files with 2 additions and 6 deletions
|
@ -156,14 +156,14 @@ form[action^="/artworks/"]{
|
|||
.artworks form.browse-artwork{
|
||||
display: grid;
|
||||
grid-gap: 1rem;
|
||||
grid-template-columns: auto auto auto 1fr;
|
||||
margin-top: 2rem;
|
||||
max-width: calc(100% - 2rem);
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.artworks form.browse-artwork button{
|
||||
justify-self: end;
|
||||
margin-top: 1.4rem;
|
||||
grid-column: 1 / span 4;
|
||||
}
|
||||
|
||||
label.picture::before{
|
||||
|
@ -174,10 +174,6 @@ label.picture::before{
|
|||
grid-column: span 3;
|
||||
}
|
||||
|
||||
.artworks form.browse-artwork label.sort{
|
||||
grid-column: span 2;
|
||||
}
|
||||
|
||||
form.create-update-artwork > fieldset{
|
||||
display: grid;
|
||||
gap: 2rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue