Skip to content

leftie rights by emaag

Details

Authoremaag

LicenseNo License

Categoryold.reddit.com

Created

Updated

Code size712 B

Code checksumdf3c7f10

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

reddit

Notes

Userstyle doesn't have notes.

Source code

/* Right-align thumbnails in Old Reddit */
.thumbnail {
    float: right !important;
    margin-left: 10px;
}

/* Right-align media previews */
.expando {
    float: right !important;
    margin-left: 10px;
}
/* ==UserStyle==
@name           addons.mozilla.org/en-US/firefox/addon/styl-us/
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("old.reddit.com") {
    /* Insert code here... */
}
/* Right-align thumbnails in Old Reddit */
.thumbnail {
    float: right !important;
    margin-left: 10px;
}

/* Right-align media previews */
.expando {
    float: right !important;
    margin-left: 10px;
}

Reviews

No reviews yet.