Last active
May 19, 2025 17:22
-
-
Save leo60228/323c3f2795e4b87a9ed326fcf98d566f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Old-ish DoM | |
@description Partially reverts DoM redesign | |
@version 0.1.0 | |
@namespace vriska.dev | |
==/UserStyle== */ | |
@-moz-document domain("datomatic.no-intro.org") { | |
section#content-wrap > aside:first-child { | |
display: none; | |
} | |
article#content { | |
margin-top: 0; | |
} | |
section#content-wrap { | |
grid-template-columns: 1fr 200px; | |
} | |
body > div.center { | |
max-width: 1100px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment