Compact FA Submissions layout with floating removal bar

makes the page nicer to use

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Zateb bir user-style yöneticim var, yükleyeyim!)

/* ==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;
}
}