Fixes Brightspace's PDF viewer to take up the whole width of the page.
PDF viewer Fix by econoboxed
Details
Authoreconoboxed
LicenseNo License
Categoryuserstyles
Created
Updated
Size324 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name PDF viewer Fix
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document domain("brightspace.com") {
.d2l-page-main .d2l-page-main-padding{
padding: 0 !important;
margin: 0 !important
}
.d2l-page-header {
margin: 20px !important;
}
}