Announcement

#1 2021-04-29 16:21:56

Crythes
Member
2020-01-23
112

Album descriptions are too short in Albums->Move

Hello/Hi/Greetings,

The album description in the Move section under Albums are so short that it makes the whole system pretty much unusable for me. Here is an example:

https://imgur.com/a/pC1GkSk

Is there an easy solution to this? I will probably dig around and see if it is a CSS or JS issue when I have the time, but I wanted to ask just in case anyone knows.

Thanks.

Offline

 

#2 2021-04-29 16:34:14

Crythes
Member
2020-01-23
112

Re: Album descriptions are too short in Albums->Move

Well OK, it is a CSS issue:

.move-cat-container .move-cat-title {
    font-size: 16px;
    margin: 10px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}

The max-width is just too short. I understand that this is more mobile "friendly" (and I put in the quotes because I think the correct solution is not to make the element shorter, but rather make it higher so that the album name is not shortened to unreadable snippets on mobile devices but instead fits in two lines), but there must be better ways of accomplishing that...

The CSS is located in admin/themes/default/theme.css

I changed the max-width property to 600 and now it is working fine.

Is there a way to edit the admin CSS through the localfiles editor plugin?

Offline

 

#3 2021-04-29 16:36:08

Crythes
Member
2020-01-23
112

Re: Album descriptions are too short in Albums->Move

Also I must add that the issue is present to some extent in Albums -> Manage as well.

Offline

 

#4 2021-04-30 09:18:37

Matthieulp
Piwigo Team
2021-04-30
15

Re: Album descriptions are too short in Albums->Move

Hello,

We have noticed the issue and it will be solved in the 11.5 release.

Link to the issue : [Github] Piwigo issue #1388

Thank you and have a good day.

Offline

 

#5 2021-04-30 13:21:11

Crythes
Member
2020-01-23
112

Re: Album descriptions are too short in Albums->Move

Hi Matthieulp,

Thanks for replying and taking note of the issue.

Have a good day as well.

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact