keeping all mode selectors in the same place

This commit is contained in:
Miodec 2021-02-17 17:55:45 +00:00
parent 6851794854
commit 6030b4d491

View file

@ -1321,7 +1321,8 @@ a:hover {
grid-area: config;
justify-self: right;
display: grid;
grid-auto-flow: row;
// grid-auto-flow: row;
grid-template-rows: 1fr 1fr 1fr;
grid-gap: 0.2rem;
// width: min-content;
// width: -moz-min-content;