keeps the activities bar from resizing
LW Activities Bar Stabilizer by lorwolfanon
Details
Authorlorwolfanon
LicenseNo License
CategoryLorwolf
Created
Updated
Size365 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 LW Activities Bar Stabilizer
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.lorwolf.com/") {
/* Activities Bar Stabilizer */
#dailiesContainerHtml {
Max-Height: 115px;
}
}