Changes the post tumblr footer to the previous, compact style where notes and like/reblog/etc. icons are on a single row.
tumblr old (compact) footer (20/01/2022) by copper-skulls

Details
Authorcopper-skulls
LicenseNo License
Categorytumblr
Created
Updated
Code size1.1 kB
Code checksumaf37e4d2
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name tumblr old (compact) footer (20/01/2022)
@version 20220417.18.33
@namespace userstyles.world/user/copper-skulls
@description Changes the post tumblr footer to the previous, compact style where notes and like/reblog/etc. icons are on a single row.
@author copper-skulls
@license No License
==/UserStyle== */
@-moz-document domain("www.tumblr.com") {
span.EvhBA.PArFh {
/* tip button fix */
margin-left: 2px;
}
.WNEhC {
/* colourful icons. to get them back, just comment this out. */
display: none !important;
}
footer.tOKgq {
/* push the footer closer to the tags */
margin-top: 12px;
}
div.m5KTc {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: space-between;
}
div.gstmW {
/* aligning notes back to the middle */
padding-top: 9px;
}
div.MCavR {
/* the goddamn divider */
border-top-style: none !important;
padding-top: 0px;
margin-right: 10px !important;
}
div.sfGru {
/* one icon */
padding-left: 20px;
padding-right: 0px;
}
}