Skip to content

old.reddit.com Thumbnail right by solomrdolo

Details

Authorsolomrdolo

LicenseNo License

Categoryold.reddit

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Thumbnail right

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       old.reddit.com
@version    20241001.16.50
@namespace  ?
==/UserStyle== */

@-moz-document domain("reddit.com") {
/* Move the thumbnail (preview) to the right side */
.thing .thumbnail {
    float: right; /* Move the thumbnail to the right */
    margin-left: 10px; /* Add some spacing from the post content */
    margin-right:50px;
    transform: scale(2); /* Scale the thumbnail to make it bigger */
    position: relative; /* Ensures that the overlay stays within the thumbnail */
}

/* Adjust post content to accommodate the moved thumbnail */
.thing .entry {
    margin-right: 160px; /* Increase right margin to make space for the thumbnail */
}

}

@-moz-document url-prefix("https://www.reddit.com/framedModal/report") {
#SHORTCUT_FOCUSABLE_DIV > div[class=""] > div[class][aria-hidden="false"] > div[class] {
    overflow: initial !important;
  }

  #SHORTCUT_FOCUSABLE_DIV > div[class=""] > div[class][aria-hidden="false"] > div[class] > div[class] > div[class] {
    background: var(--gray-0) !important;
  }
}

Reviews

No reviews yet.