Skip to content

Make user text on old reddit span whole left side by rovanion

Details

Authorrovanion

LicenseNo License

Categoryreddit.com

Created

Updated

Size527 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make post content span the whole space left of the right sidebar.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Make user text old reddit span whole left hand side
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Make post content span the whole space left of the right sidebar.
@author         Rovanion
==/UserStyle== */
@-moz-document domain("reddit.com") {
  .comments-page .sitetable .entry {
    overflow: visible;
  }
  .comments-page .sitetable .entry .expando {
    width: calc(100vw - 350px);
  }
  .comments-page .commentarea .entry {
    overflow: hidden;
  }
}

Reviews

No reviews yet.