Skip to content

cloud.disroot.org without margins by Spouwny

Screenshot of cloud.disroot.org without margins

Details

AuthorSpouwny

LicenseNo License

Categorydisroot

Created

Updated

Size342 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes content margins

Notes

May work on other NextCloud instances

Source code

/* ==UserStyle==
@name         cloud.disroot.org
@version      20241121.12.45
@namespace    ?
@description  Removes content margins
==/UserStyle== */

@-moz-document url-prefix("https://cloud.disroot.org") {
.content {
    --body-container-margin: 0px !important;
    bottom: 0px !important;
    border-radius: 0% !important;
}
}

Reviews

No reviews yet.