Skip to content

Revert tumblr's blog view on dashboard by sourguppyworm

Screenshot of Revert tumblr's blog view on dashboard

Details

Authorsourguppyworm

LicenseNo License

CategoryTumblr

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

moves the blog and posts to the side of the screen when viewing a blog on the dashboard, like it was before the update. also removes the recommended blogs on the side of it.

Notes

i haven't tested this on anything except a maximized window on a 1920x1080 monitor. i make no guarantees this will work properly on any other resolutions 😔

Source code

/* ==UserStyle==
@name           Revert view on dashboard
@version        1.0.0
@namespace      userstyles.world/user/sourguppyworm
@description    reverts the positioning of the view blog on dash feature
@author         sourguppyworm
==/UserStyle== */

@-moz-document domain("tumblr.com") {
/* moves the entire thing to the side and resizes it slightly */

.raBdW {
    max-width: 700px !important;
    left: 31.75% !important;
}

.DCCfo {
    width: 100% !important;
}

.Q05ZE {
    max-width: 100% !important;
}

/* removes recommended side bit entirely */

.vM8CJ {
    display: none !important;
}


/* widens the posts on the blog*/

.BjErQ {
    max-width: 660px;
}

.FtjPK {
    max-width: 660px;
}

.gp1sd {
    max-width: 660px;
}

.u2tXn {
    max-width: 660px;
}

.Z6JVM {
    max-width: 660px;
}

.zR66v {
    max-width: 660px;
}

/* moves the x button all the way to the side like lucie joked about. you can comment it out or delete it if you dont wanna use it */
/* .jmscj {
    right: 800px
} */
}

Reviews

No reviews yet.