Skip to content

Commit

Permalink
Improve responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadalm committed Jan 18, 2024
1 parent d59a983 commit ae8c911
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/private/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ body {
}

.game-box {
height: 100%;
display: flex;
flex-grow: 1;
}
Expand Down Expand Up @@ -85,7 +86,7 @@ body {

.status-bar {
display: flex;
gap: 3rem;
gap: 1rem;
padding: 0.5rem;
color: var(--text-color);
writing-mode: vertical-rl;
Expand All @@ -103,9 +104,10 @@ body {

.game-line {
width: 100%;
height: 100%;
height: 0;
display: flex;
gap: 0.2rem;
flex-grow: 1;
}

.bar {
Expand Down

0 comments on commit ae8c911

Please sign in to comment.