Removes content margins
cloud.disroot.org without margins by Spouwny
Details
AuthorSpouwny
LicenseNo License
Categorydisroot
Created
Updated
Size342 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}