A new userstyle
Blackboard Learn Wide format 80% by u0081767
Details
Authoru0081767
LicenseNo License
Categoryultra.edu.kuleuven.cloud
Created
Updated
Size744 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 ? - May 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("ultra.edu.kuleuven.cloud"), domain("eu.feedbackfruits.com") {
/* Insert code here... */
.create-document .course-document-content,
/*[class^="makeStylesoutline-"], */
/*[class^="makeStylesmemberContainer-"], */
.react-container,
.messages-container .conversation-container,
.fbf-task-path__container,
.fbf-layout__center-column {
max-width: 80%;
}
.course-discussion .row.course-discussion-content,
.tests, .attempt-grading-container
{
max-width: 90%;
}
}