Wide mode for highscalability.com
highscalability.com wide mode by afilguer
Details
Authorafilguer
LicenseNo License
Categoryhighscalability.com
Created
Updated
Size410 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 highscalability.com - 27/11/2022, 21:15:26
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Wide mode for highscalability.com
@author afilguer
==/UserStyle== */
@-moz-document domain("highscalability.com") {
/* Insert code here... */
#contentWrapper {
width: 80%;
}
#canvasWrapper {
width: 80%;
}
}