We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug In the mobile view, go to Profile -> Edit -> Profile Information, then you will see the problem.
Screenshots
System information
Desktop
The text was updated successfully, but these errors were encountered:
I see it different, but not nice either. Can only check with webdeveloper responsive views as site is local.
But when adding this to user.css in cassiopeia for me it works:
@media only screen and (max-width: 600px) { #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; } }
If you can test this I can make a pull request to add it to scss
Sorry, something went wrong.
No branches or pull requests
Describe the bug
In the mobile view, go to Profile -> Edit -> Profile Information, then you will see the problem.
Screenshots
System information
Desktop
The text was updated successfully, but these errors were encountered: