/* ==UserStyle==
@name Old Reddit Fixes
@description Old Reddit fixes and minor restyling
@author Rensatsu
@namespace https://ren-user-css.pages.dev/reddit-old.user.css
@version 1.2.20251027190042
==/UserStyle== */
@-moz-document domain("reddit.com") {
  #console,
  #ad_1,
  #ad_6,
  .buttons .give-gold-button,
  [data-bar-type="redesignbetabar"] {
    display: none !important;
  }
  /* expand active sessions table */
  #account-activity table {
    width: calc(100vw - 500px);
  }
  #account-activity table td,
  #account-activity table th {
    border: 1px solid #ccc;
    padding: 2px;
  }
  /* end: expand active sessions table */
  /* fix updated flairs */
  .linkflairlabel {
    background: #eee !important;
    color: #555;
    border: 1px solid #ddd !important;
    font-size: 9px;
    padding: 1px;
    height: auto;
  }
  .flairrichtext {
    line-height: 9px;
  }
  /* end: fix updated flairs */
  /* enlarge RES scroller */
  .res-wheel-browse {
    transition: transform 0.1s linear 0s;
    transform-origin: 100% 0;
  }
  .res-wheel-browse:hover {
    width: 16px;
    transform: scale(3);
  }
  /* end: enlarge RES scroller */
}
