Moves Tumblr's new sidebars outward to make things a little less crowded.
Tumblr - New Sidebar Fixes by nobodysuspectsthebutterfly
Details
Authornobodysuspectsthebutterfly
LicenseGPL-3.0-or-later
CategoryTumblr
Created
Updated
Size970 B
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 - New Sidebar Fixes
@namespace https://nobodysuspectsthebutterfly.tumblr.com
@author Mindset
@description Moves Tumblr's new sidebars outward to make things a little less crowded.
@version 1.6
@license GPL-3.0-or-later
==/UserStyle== */
@-moz-document domain("tumblr.com") {
/* makes sure this only applies to page sizes where the sidebars appear */
@media (min-width: 1162px) {
/* moves the left sidebar further left */
.c9lq9 .h_Erh {
margin-right: 80px !important;
margin-left: -270px !important;
}
/* keeps the center section the width it should be and moves the right sidebar to the right */
.c9lq9 .lSyOz {
min-width: 625px !important;
padding-right: 150px !important;
}
.R0TWs {
width: 494px;
}
/* keeps the right sidebar the width it should be */
.c9lq9 .e1knl {
min-width: 320px !important;
}
}
}