refactoring FeelsAmazingMan
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
grid-area: vbox;
|
||||
display: grid;
|
||||
grid-template-rows: 3fr minmax(min-content, 2fr);
|
||||
grid-template-columns: 1fr 4fr 6fr 17em; // =\
|
||||
grid-template-columns: 1fr 4fr 6fr min-content;
|
||||
grid-template-areas:
|
||||
"store-hdr store info combos"
|
||||
"stash-hdr stash combiner combos";
|
||||
@@ -217,7 +217,9 @@
|
||||
display: grid;
|
||||
grid-area: combos;
|
||||
margin-left: 0.5em;
|
||||
margin-right: 0.5em;
|
||||
grid-template-rows: min-content min-content;
|
||||
width: 15.5em;
|
||||
grid-template-areas:
|
||||
"comboHeader"
|
||||
"comboList";
|
||||
|
||||
Reference in New Issue
Block a user