Skip to content
New issue

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

No profile information can be entered in the mobile view #9815

Open
rich20 opened this issue Feb 3, 2025 · 2 comments
Open

No profile information can be entered in the mobile view #9815

rich20 opened this issue Feb 3, 2025 · 2 comments
Milestone

Comments

@rich20
Copy link
Member

rich20 commented Feb 3, 2025

Describe the bug
In the mobile view, go to Profile -> Edit -> Profile Information, then you will see the problem.

Screenshots

Image

System information

  • Joomla version: 5.2.4-dev
  • Joomla template: CASSIOPEIA
  • Kunena version: 6.4.0-RC4-DEV
  • Kunena template: Aurelia
  • Php version: 8.3.14
  • Database version: 10.11.8-MariaDB

Desktop

  • OS: Ubuntu 22.04.5 LTS
  • Browser: Chromium, Firefox and Opera
@rich20 rich20 added this to the 6.4 milestone Feb 3, 2025
@Pinkeltje
Copy link
Contributor

Pinkeltje commented Feb 4, 2025

I see it different, but not nice either. Can only check with webdeveloper responsive views as site is local.

Image
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;
}
}

Image

If you can test this I can make a pull request to add it to scss

@rich20
Copy link
Member Author

rich20 commented Feb 4, 2025

  • Success
    .
    .
    Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants