A style that helps to declutter the new Tumblr vertical layout. Customizable by removing whatever parts you want to have present on the dashboard.
Decluttered Tumblr Layout by xserawrites
Details
Authorxserawrites
LicenseNo License
Categoryhttps://tumblr.com
Created
Updated
Size4.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Decluttered Tumblr Layout
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A style that helps to declutter the new Tumblr vertical layout. Customizable by removing whatever parts you want to have present on the dashboard.
@author Me
==/UserStyle== */
@-moz-document domain("tumblr.com") {
/* condenses the height of the right side blog settings menu to be less spaced out, and indents the items of the list to improve visibility */
.Vt7qF li:nth-child(1), .Vt7qF li:nth-child(1) a {
height:60px!important;
min-height:60px!important;
}
li.jk3gM:nth-child(n+2) {
padding-left:20px;
height:25px;
min-height:25px;
}
li.jk3gM:nth-child(n+2) a {
height:25px;
min-height:25px;
}
li.jk3gM svg {
scale:0.65;
}
.Vt7qF li:nth-child(7) {
display:none;
}
/* Hides the Tumblr Live carousel */
.wQ2Ma.EiXnY {
display:none!important;
}
/* Hides Post Plus in the right sidebar blog settings */
.LmLMT .MHLp7 {
display:none;
}
/* Hides Tumblr Blaze in the right sidebar blog settings */
li.jk3gM:nth-child(8) {
display:none!important;
}
/* hides Tumblr Live, Domain, & Ad-Free in the left sidebar on the dashboard */
li[title="Live"], li[title="Get a domain"], li[title="Go Ad-Free"] {
display:none;
}
/* Hides TumblrMart in the left sidebar on the dashboard */
li[title="TumblrMart"] {
display:none;
}
.ZQMrc[data-testid="controlled-popover-wrapper"]:nth-child(10){
display:none;
}
/* Hides Domains in the right sidebar on Account settings page */
.g44JE li:nth-child(4) {
display:none;
}
/* Hides Ad-Free in the right sidebar on Account settings page */
.g44JE li:nth-child(5) {
display:none;
}
/* Hides Payment & Purchases in the right sidebar on Account settings page */
.g44JE li:nth-child(6) {
display:none;
}
/* Hides Subscriptions in the right sidebar on Account settings page */
.g44JE li:nth-child(7) {
display:none;
}
/* Hides Tumblr Labs in the right sidebar on Account settings page */
.g44JE li:nth-child(10) {
display:none;
}
/* Hides Gifts in the right sidebar on Account settings page */
.g44JE li:nth-child(11) {
display:none;
}
/* Adds extra spacing around the dashboard to make it feel less cluttered */
.gPQR5.ah4XU .lSyOz {
padding-left:50px;
padding-right:70px;
}
.ZkG01 ._3xgk.ZN00W {
flex-basis:991px!important;
}
.ZkG01 ._3xgk {
flex-basis:1091px!important;
}
.e1knl aside {
padding-left:20px;
}
.e1knl {
min-width:276px!important;
}
.h_Erh {
flex-basis:190px!important;
}
.gPQR5.t8f_N, .gPQR5.ah4XU {
max-width:1025px!important;
}
/*hides the Live Streaming Credits for Tumblr Live. */
ul#account_subnav.jL4Qq > li.IYrO9.g8SYn:nth-child(3) > a.tDT48 {
display:none!important;
}
/* makes the xKit sidebar smaller to condense & declutter the right side, and slightly reduces the text size */
.xkit-sidebar-item li {
height:25px;
}
.xkit-sidebar-item li a {
min-height:20px;
height:20px;
font-size:medium;
line-height:20px;
}
#tag-tracking-plus span.count {
font-size:medium;
font-weight:bold;
}
/* reduces the circular border width on the icons for open IM conversations. Set to 0px to have no border. */
._QSie {
padding:5px!important;
}
/* IF USING DASHBOARD UNFUCKER WITH THE NEW CONVERSATION VIEW: uncomment the below code to fix the icon's border in the corner from being awkwardly stretched. */
/*._EEXO {
width:42px!important;
height:42px!important;
}*/
/*Hides the Create button at the bottom of the left sidebar (unnecessary, as the bar at the top of the dashboard lets you do... exactly that) */
.jGgIg {
display:none!important;
}
/* Hides the carousel below the new post bar at the top */
.HphhS, .jxu4l {
display:none;
}
/* Makes the new post bar at the top slightly smaller & condensed */
.wttFd {
min-height:50px!important;
padding-top:5px;
padding-bottom:5px;
}
button.FOqaP {
font-size:small!important;
}
.ADK9v svg {
height:20px!important;
}
}