Removed margins and rounded corners
messenger.com fixed by egirlcatnip
Details
Authoregirlcatnip
LicenseNo License
Categorymessenger
Created
Updated
Size527 B
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.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author @egirlcatnip
==/UserStyle== */
@-moz-document domain("messenger.com") {
.x13dmulc {
margin: 0;
}
.x1bc3s5a {
max-height: unset;
}
.x1mj4gcd {
padding: 0
}
.xdhzj85 {
margin-left: 0px;
}
.xzhurro {
border-radius: 0;
}
.x1dr59a3 > div:nth-child(1) {
padding: 4px
}
}