Created
February 26, 2025 19:28
-
-
Save azdanov/62fdb6a2230d3f35f703309a534c9aba to your computer and use it in GitHub Desktop.
Reduce the space used on meta messenger
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 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