Overview

If you aren't speaking german, you can ask for support or post your request here.
Antworten
Benutzeravatar
ciscovs1
Beiträge: 10
Registriert: 10. Feb 2022, 21:47

Overview

Beitrag von ciscovs1 »

Hi Fasse,
I noticed on the latest version that in the overview module, items are separated by a line divider (Birthdays, Docs, events, etc)
While it looks neater, it takes up a lot of screen space (Specially birthdays) and users have been complaining that it reduces the view of the landing (Overview) page and then having to scroll around too much.

Possible to revert back without the lines?
Benutzeravatar
fasse
Administrator
Beiträge: 6063
Registriert: 12. Nov 2005, 16:06

Re: Overview

Beitrag von fasse »

We now uses the bootstrap class list-group-flush . You can edit the css for that class in the admidio.css und use the margin and padding you want.

https://getbootstrap.com/docs/4.0/compo ... oup/#flush
Benutzeravatar
fasse
Administrator
Beiträge: 6063
Registriert: 12. Nov 2005, 16:06

Re: Overview

Beitrag von fasse »

You can add the following css to the admidio.css file:

Code: Alles auswählen

.admidio-plugin-content .list-group-flush li {
    padding: 0;
}
Antworten