Literally just fix the image alignment haha
Aywas Customs Queue Alignment Fixer by alanapants
Details
Authoralanapants
LicenseNo License
Categorywww.aywas.com/custom/queue/
Created
Updated
Size434 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 www.aywas.com/custom/queue/ - May 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Literally just fix the image alignment haha
@author Alana
==/UserStyle== */
@-moz-document url-prefix("https://www.aywas.com/custom/queue/") {
#content > div > div > img {
padding-left: 0px !important;
padding-right: 0px !important;
}
}