Toolbar: improve mobile breakpoint

This commit is contained in:
rektdeckard
2020-08-22 14:58:53 -04:00
parent 510dcc1ebb
commit f854d8e165
3 changed files with 29 additions and 1 deletions

View File

@@ -24,3 +24,11 @@ menu.toolbar {
.toolbar-contents > * {
margin: 8px 4px 0;
}
@media screen and (max-width: 558px) {
.toolbar-contents {
width: 100%;
display: grid;
grid-template-columns: 50% 50%;
}
}