Skip to content

Commit

Permalink
Fix mobile styling
Browse files Browse the repository at this point in the history
Adjusted center div max height, fixed account upgrade column ordering
  • Loading branch information
benbusby committed Dec 22, 2024
1 parent 93e0d5e commit 1700832
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/static/css/account.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,17 @@ label a {
grid-template-rows: auto;
}

.col-1 {
.col-0 {
grid-row: 1;
grid-column-start: 1;
}

.col-2 {
.col-1 {
grid-row: 2;
grid-column-start: 1;
}

.col-3 {
.col-2 {
grid-row: 3;
grid-column-start: 1;
}
Expand Down
1 change: 1 addition & 0 deletions backend/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ input:disabled, textarea:disabled {
@media (orientation: portrait) {
#center-div {
width: 95% !important;
max-height: 82% !important;
}
}

Expand Down

0 comments on commit 1700832

Please sign in to comment.