Minimizes or removes motion elements for LEDStrain Forum
ledstrain-nomotion by tyler71
Details
Authortyler71
LicenseNo License
Categoryhttps://ledstrain.org/
Created
Updated
Size509 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 ledstrain-nomotion
@namespace userstyles.world
@version 1.0.1
==/UserStyle== */
/* Text Zooms */
.flash {
animation: none;
}
/* Remove Discussion Tags */
ul.DiscussionListItem-info li.item-tags {
display: none;
}
/* In Thread Post Scrubber */
.Scrubber-scrollbar {
max-height: 55px !important;
}
/* Search Animation */
.Search-input input {
transition: all 0s !important;
}
.Search {
transition: margin-left 0s;
}