it reduces the size of the side bar with all your chats, because facebook made it huge
messenger reduce chat selector size by lxjv
Details
Authorlxjv
LicenseWTFPL
Categorymessenger.com
Created
Updated
Code size374 B
Code checksumd5511f9f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name messenger reduce chat selector size
@version 20241124.10.45
@namespace lxjv
@description it reduces the size of the side bar with all your chats, because facebook made it huge
@author Laker Turner
@license WTFPL
==/UserStyle== */
@-moz-document domain("messenger.com") {
div[role = "navigation"] {
max-width: 10em;
}
}