Skip to content

TryHackMe rooms 100% width by noraj

Screenshot of TryHackMe rooms 100% width

Details

Authornoraj

LicenseNo License

Categorytryhackme.com

Created

Updated

Size429 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

TryHackMe room's content takes 100% of page's width.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           TryHackMe rooms 100% width
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    TryHackMe room's content take 100% of page's width.
@author         Alexandre ZANNI (a.k.a. noraj)
==/UserStyle== */
@-moz-document url-prefix("https://tryhackme.com/r/room/") {
    @media screen and (min-width: 1024px) {
        .iezTFu {
            max-width: 100%;
        }
    }
}

Reviews

No reviews yet.