Just fixed facebook post
Fixed Facebook Post Layout by sapondanaisriwan

Details
Authorsapondanaisriwan
LicenseMIT
Created
Updated
Categoryfacebook
Statistics
Learn how we calculate statistics in the FAQ.
Total views
Total installs
Weekly installs
Weekly updates
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fixed Facebook Post
@namespace https://github.com/sapondanaisriwan/AdashimaaTube
@version 1.0.0
@description Just Fixed Facebook Post
@author sapondanaisriwan
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("facebook.com") {
.x1y332i5 {
display: flex !important;
flex-direction: column;
> div:nth-child(1) {
order: 2;
}
}
.x1a8lsjc {
padding-top: 16px;
}
div.x1n2onr6.x1mh8g0r.x11i5rnm.xod5an3 {
margin-bottom: 0px;
}
}