A new userstyle
Blackboard Learn Wide format - feedbackfruits by u0081767
Details
Authoru0081767
LicenseNo License
Categoryultra.edu.kuleuven.cloud
Created
Updated
Size927 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-"], */
.bbml-editor,
div.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%;
}
.js-base-stream-container,
.base-messages-container,
.calendar-head-container,
.calendar-wrapper
{
margin-left: 15rem;
}
}