?
avatar alikon
alikon
10 Nov 2019

What needs to be fixed

Control Panel   my4   Administration

avatar alikon alikon - open - 10 Nov 2019
avatar joomla-cms-bot joomla-cms-bot - change - 10 Nov 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 10 Nov 2019
avatar alikon alikon - change - 10 Nov 2019
Title
[4.0][backern-template] - fill the gap
[4.0][backend-template] - fill the gap
avatar alikon alikon - edited - 10 Nov 2019
avatar infograf768
infograf768 - comment - 10 Nov 2019

We have a separation between quickicon modules and other modules
<div class="cpanel-modules cpanel-quickicons">
and below
<div class="cpanel-modules cpanel">

I guess if we did not have these separated divs a non-quickicon module could be displayed among the quickicons ones.
Imho not an issue.

avatar alikon
alikon - comment - 10 Nov 2019

i would desire/expect something like this .... without gap
1Screenshot from 2019-11-10 10-45-56

avatar richard67
richard67 - comment - 10 Nov 2019

We could use the free space to display a module showing the static text "Why this gap" ;-) (joking).

avatar brianteeman
brianteeman - comment - 10 Nov 2019

Welcome to the world of alignment

avatar wilsonge
wilsonge - comment - 11 Nov 2019

This is using the CSS Column count stuff. It's going to be nearly impossible to do this properly. Bearing in mind that this is a module area so people can add custom modules at any point.

You're totally right it does look odd (and on my narrower laptop screen even worse than your screenshot because you can't see the module underneath) - but I really don't see an obvious fix without either not using native CSS or something that's going to break as soon as custom modules are added to this area

avatar alikon alikon - close - 12 Nov 2019
avatar alikon
alikon - comment - 12 Nov 2019

maybe i'm missing something obvious after reading this https://css-tricks.com/centering-css-complete-guide/#horizontal-multiple-block
so let's close it

avatar alikon alikon - change - 12 Nov 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-11-12 07:45:12
Closed_By alikon
avatar wilsonge
wilsonge - comment - 12 Nov 2019

If you think you know how to fix it go for it. For sure it's something that doesn't look as nice as it can. I'm just not aware of anything

avatar N6REJ
N6REJ - comment - 13 Nov 2019

This is a result of using grid. Anytime your using a masonry layout your going to wind up with uneven column heights. The standard "fix" is to fill it with whitespace.

Add a Comment

Login with GitHub to post a comment