TryHackMe room's content takes 100% of page's width.
TryHackMe rooms 100% width by noraj
Details
Authornoraj
LicenseNo License
Categorytryhackme.com
Created
Updated
Size429 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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%;
}
}
}