fix(web): wrap button row

This commit is contained in:
Masahiko AMANO 2023-02-12 16:42:48 +03:00
parent bf88d346e4
commit fc90276399
2 changed files with 2 additions and 1 deletions

View File

@ -76,6 +76,7 @@ main:hover {
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
}
h2 {
@ -129,4 +130,5 @@ td {
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}

View File

@ -20,7 +20,6 @@ main {
justify-content: space-between;
align-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
box-shadow: inset -5px 5px 5px #1111, inset -5px -5px 5px #1111;
overflow-y: scroll;
overflow-x: hidden;