Full width PDF viewer for Brightspace
Brightspace full width PDF by sander0542
Details
Authorsander0542
LicenseNo License
Categorybrightspace
Created
Updated
Size689 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 brightspace.com
@version 20211006.19.56
@namespace userstyles.world/user/sander0542
@description Full width PDF viewer for Brightspace
@author sander0542
@license No License
==/UserStyle== */
@-moz-document domain("brightspace.com") {
#app #root-wrapper {
max-width: none !important;
padding-top: 0 !important;
}
#app #root-wrapper .content-panel-header {
display: none !important;
}
#app #root-wrapper .error-alert-container {
margin-top: 0 !important;
}
#app #root-wrapper .content-panel {
padding: 0 !important;
}
#app #root-wrapper .navigation-container .navigation-menu {
overflow-y: auto !important;
}
}