Skip to content

Instantly share code, notes, and snippets.

@leo60228
Last active May 19, 2025 17:22
Show Gist options
  • Save leo60228/323c3f2795e4b87a9ed326fcf98d566f to your computer and use it in GitHub Desktop.
Save leo60228/323c3f2795e4b87a9ed326fcf98d566f to your computer and use it in GitHub Desktop.
/* ==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