my new stylebot settings for removing some of the clutter from the new update
dashboard tabs (i've had these hidden since they first appeared lol)
div.uM3pd {
display: none
}
ul.PwJi6.f_zsT {
display: none;
}
h1.hF8Wr.YkQj_ {
display: none;
}
div.QfN0z {
display: none;
}
"explore all of tumblr" link (for some reason hiding this hides all the rest of the things on the right as well, so you could potentially skip the others and just use this)
div.FZkjV {
display: none;
}
unnecessary extra post button
div.jGgIg {
display: none;
}
borders on either side of posts, plus adding a margin to the right of the menu
div.FA5JM {
border-right: 0px;
margin-right: 20px;
}
div.lSyOz {
border-right: 0px;
}
drop down arrows next to account and settings (i found them visually distracting
svg.HHKOH {
display: none;
}