Skip to content

Instantly share code, notes, and snippets.

@azdanov
Created February 26, 2025 19:28
Show Gist options
  • Save azdanov/62fdb6a2230d3f35f703309a534c9aba to your computer and use it in GitHub Desktop.
Save azdanov/62fdb6a2230d3f35f703309a534c9aba to your computer and use it in GitHub Desktop.
Reduce the space used on meta messenger
/* ==UserStyle==
@name Messenger reduce space
@author Me
@description Reduce the space used on messenger
@version 1.0.0
@license MIT
==/UserStyle== */
@-moz-document domain("messenger.com"), domain("www.messenger.com") {
div.__fb-dark-mode,
div.__fb-light-mode {
--messenger-card-max-width: 300px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment