that'll do

This commit is contained in:
ntr
2019-11-24 23:34:43 +11:00
parent 4df4f3a785
commit 8a2e8dbab1
5 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -155,7 +155,7 @@
// portrait menu or small size vertical in landscape
@media (max-width: 550px) {
@media (max-width: 550px) and (max-height: 800px) {
#mnml {
grid-template-columns: 1fr;
grid-template-rows: 1fr;
+1 -1
View File
@@ -3,7 +3,7 @@
grid-area: vbox;
display: grid;
grid-template-rows: 3fr 2fr;
grid-template-columns: 1fr 4fr 6fr 17em; // =\
grid-template-columns: 1fr 4fr 6fr minmax(min-content, 17em); // =\
grid-template-areas:
"store-hdr store info combos"
"stash-hdr stash combiner combos";