Fix tab stretching

This commit is contained in:
ChronosX88 2022-11-11 02:49:56 +03:00
parent 20bf4eb41f
commit 3f66f30650

View File

@ -24,15 +24,18 @@ aside {
border: 1px solid;
padding: 16px;
min-width: 5em;
align-self: start;
}
#player {
margin-left: 2em;
border: 1px solid;
padding: 16px;
padding-bottom: 0;
display: flex;
justify-content: center;
align-items: center;
align-self: start;
}
#content {