Rounded corners and no margin Nextcloud 30.x

NACHTRAG:
In NC 26+27 gab es eine Lösung, welche in 28+29 nicht mehr funktioniert hatte.
Keine Ahnung warum, aber genau die Einstellung habe ich jetzt mal ausprobiert und siehe da, es funktioniert.

Radius und SeitenabstÀnde vom Hauptbildschirm in NC 30.x Àndern:
CUSTOM CSS
#content, .content { border-radius:0 !important; }
#content, .content {
margin-left:0 !important;
margin-right:0 !important;
margin-bottom:0 !important;
width:100% !important;
height: calc(var(–body-height) + var(–body-container-margin)) !important;
}