makes the page nicer to use
/* ==UserStyle==
@name Compact FA Submissions layout with floating removal bar
@author @YR Foxtaur
@description makes the page nicer to use
@version 0.1
@namespace https://greasyfork.org/en/users/703495
@license CC-BY 4.0
==/UserStyle== */
@-moz-document url-prefix("https://www.furaffinity.net/msg/submissions/") {
body{
overflow-x:visible;
}
div#standardpage section:last-child{
position:sticky;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
}
h4.date-divider{
display: inline-block;
width:min-content;
height:21px;
padding:3em 0;
white-space:break-spaces;
}
div#messagecenter-submissions{
text-align:center;
}
section.gallery{
display:inline;
text-align:center;
white-space:nowrap;
}
}