Skip to content

trendtale.info/v1/ by JayyWalker

Details

AuthorJayyWalker

LicenseNo License

Categorystreams

Created

Updated

Size982 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           trendtale.info/v1/
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://trendtale.info/v1/") {
  /* Insert code here... */
}

.site-content {
  margin: 0 !important;

  #primary {
    .site-main {
      .penci-container {
        max-width: unset;
        width: 100%;
        margin: 0;
      }

      .penci-container__content {
        > aside {
          display: none;
        }

        .penci-wide-content {
          margin-bottom: 0 !important;
          width: 100%;
          height: 100vh;

          .theiaStickySidebar {
            height: 100%;

            > div {
              height: 100%;
            }
          }

          .esports-article {
            display: none;
          }

          .iframe-container {
            padding-top: 0;
            height: 100%;
          }
        }
      }
    }
  }
}

Reviews

No reviews yet.