Skip to content

Instantly share code, notes, and snippets.

@app103
Created November 6, 2023 13:02
Show Gist options
  • Save app103/aed0696471ea2c4efec76d014bbe1e95 to your computer and use it in GitHub Desktop.
Save app103/aed0696471ea2c4efec76d014bbe1e95 to your computer and use it in GitHub Desktop.
Simple Wide-screen UserStyle Theme for Mokum.place
/* BEGIN Mokum.place tweaks */
/* ==UserStyle==
@name Widescreen for Mokum
@namespace url(http://www.w3.org/1999/xhtml);
@version 1.0.0
@description An ultra simple widescreen theme for Mokum.place
@author app103 url(https://mokum.place/app103);
==/UserStyle== */
@-moz-document domain("mokum.place") {
.container { width: 100% !important;
}
/* END mokum.place tweaks */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment