Removed redundant empty space to fit entire content on screen.
Microsoft Forms by angrynerds-beniamin
Details
Authorangrynerds-beniamin
LicenseNo License
Categoryforms.office.com
Created
Updated
Size358 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 ? - Dec 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("forms.office.com") {
/* Insert code here... */
.-s-24 {
padding-left: 0;
}
.-a-21 {
max-width: none;
}
}