Skip to content

Commit

Permalink
Update mediaqueries.scss for user profile on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinkeltje authored Feb 4, 2025
1 parent f30a0e2 commit 34a0b1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/site/template/aurelia/assets/scss/mediaqueries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@

/* Smartphones */
@media (max-width: 480px) {
#kunena.layout .table th, #kunena.layout .table td {
display: grid;
}
#kunena.layout #editUser .form-control, #kunena.layout #editUser .custom-select, #kunena.layout #editprofile .form-control, #kunena.layout #editprofile .custom-select, #kunena.layout #editavatar .form-control, #kunena.layout #editavatar .custom-select, #kunena.layout #editsettings .form-control, #kunena.layout #editsettings .custom-select {
width: 100%!important;
}
.knav-collapse {
transform: translate3d(0, 0, 0);
}
Expand Down

0 comments on commit 34a0b1e

Please sign in to comment.