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

Simplelist view in mobiles is cut not readable #1868

Open
jojo12 opened this issue Nov 29, 2024 · 6 comments
Open

Simplelist view in mobiles is cut not readable #1868

jojo12 opened this issue Nov 29, 2024 · 6 comments
Labels

Comments

@jojo12
Copy link
Contributor

jojo12 commented Nov 29, 2024

my proposal to resolve this is:
you create an override or change the JEM core of mysite.com/components/com_jem/common/views/tmpl/responsive/default_jem_eventslist.php
you insert a new line after 258 with a div
and a new line with /div about line 330 (between the two endif),
then each additional info is a new line.
But like this, it's in pc too. How to do it only in mobile view?

@jojo12 jojo12 changed the title Simplelist viewdin mobiles is cut not readable Simplelist view in mobiles is cut not readable Nov 29, 2024
@jojo12 jojo12 added the change label Nov 29, 2024
@Heklaterriol
Copy link
Contributor

Oh, good point. it looks horrible.

On 375px with (iPHone 11):

@Heklaterriol
Copy link
Contributor

Heklaterriol commented Nov 30, 2024

I cheked the css. There is writtten:

#jem .jem-list-row {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
}

Does anybody know why flex-wrap: wrap; is outcommented?
If this is active it solves the problem:

simple list responsive 2

@jojo12
Copy link
Contributor Author

jojo12 commented Nov 30, 2024

Does anybody know why flex-wrap: wrap; is outcommented?
I don't know?

@mckillo
Copy link
Collaborator

mckillo commented Nov 30, 2024

I don't know. Ask to Hekla, he changed it in this commit: 447f7c4

@Heklaterriol
Copy link
Contributor

Oh, what the neck did I do then … ?
I will do some test, maybe I had a clue, which I cannot see now!

Heklaterriol added a commit that referenced this issue Dec 7, 2024
Heklaterriol added a commit that referenced this issue Dec 7, 2024
@Heklaterriol
Copy link
Contributor

I think it is not optimal but good enough to live with

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

No branches or pull requests

3 participants