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?
Overview
Re: Overview
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
https://getbootstrap.com/docs/4.0/compo ... oup/#flush
Re: Overview
You can add the following css to the admidio.css file:
Code: Alles auswählen
.admidio-plugin-content .list-group-flush li {
padding: 0;
}