Remove album_card minwidth, photo_card maxwidth.
If needed, we can set the size of the containing div. But having these hardcoded sizes was causing ugliness.
This commit is contained in:
parent
e25e0798c9
commit
e6072db4a1
1 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@
|
||||||
"title metadata"
|
"title metadata"
|
||||||
/1fr;
|
/1fr;
|
||||||
|
|
||||||
min-width: 600px;
|
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
@ -71,7 +70,6 @@
|
||||||
"checkbox filename metadata" auto
|
"checkbox filename metadata" auto
|
||||||
/auto 1fr auto;
|
/auto 1fr auto;
|
||||||
|
|
||||||
max-width: 800px;
|
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue