https://www.reddit.com/r/reddithax/comments/7g2kue/addon_moving_submission_urls_to_the_right/
created by [deleted] on 28/11/2017 at 07:52 UTC
3 upvotes, 0 top-level comments (showing 0)
This addon contains code from u/zmodem with tweaks made by myself. This addon will move the submission URL to the right side and make it more visible.
/*MOVING SUBMISSION URL TO THE RIGHT*/ /*Addon by u/IfaqYurmama*/ .flairselector {position: fixed!important} .thing .top-matter { position: relative; } .thing .domain { align-items: center; display: flex; font-size: 0; height: 70%; position: absolute; right: 0; top: 0; } .thing .domain a { font-size: 16px } @media screen and (max-width: 989px) {.thing .domain a {font-size: 9px;}} @media screen and (max-width: 875px) {.thing .domain a {opacity: 0;visibility: hidden;}} //optimizations for low-res or small screens .thing.self .domain { display: none; } //excluding self posts
There's nothing here!