Messenger.com horizontal flip. May be useful to place it on the right of an ultra wide screen and not looking akward.
Messenger Horizontal Flip by rekky1aws
Details
Authorrekky1aws
LicenseNo License
Categorymessenger
Created
Updated
Size839 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 Horizontal Flip
@version 20230402.20.59
@namespace ?
==/UserStyle== */
@-moz-document domain("messenger.com") {
/*
CSS to flip horizontally messanger.
Useful to put it on the right side of your utlrawide screen
*/
.x9f619.x2lah0s.x1nhvcw1.x1qjc9v5.xozqiw3.x1q0g3np.x78zum5.x1iyjqo2.x1t2pt76.x1n2onr6.x1ja2u2z
{
display:flex;
flex-direction:row-reverse;
}
.x9f619.x1n2onr6.x1ja2u2z.x2lah0s.x1qughib.x1qjc9v5.xozqiw3.x1q0g3np.x2bj2ny.x78zum5.x5yr21d.xdj266r.x11i5rnm.xat24cr.x1mh8g0r
{
position:relative;
right:0;
display:flex;
flex-direction:row-reverse;
}
.x78zum5.xdt5ytf.x1iyjqo2.xs83m0k.x1xzczws.x6ikm8r.x1rife3k.x1n2onr6.xh8yej3
{
direction:rtl;
}
.x78zum5.xdt5ytf.x1iyjqo2.xs83m0k.x1xzczws.x6ikm8r.x1rife3k.x1n2onr6.xh8yej3 *
{
direction:ltr;
}
}