Simple style that adjusts the size of the Tumblr IM window on desktop to be larger and easier to read.
Tumblr Larger IM Window by xserawrites
Details
Authorxserawrites
LicenseNo License
Categoryhttps://tumblr.com
Created
Updated
Size501 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Adjusts the height and width of the Tumblr IM window to be larger. Adjust the width and height as needed for your preferences.
Source code
/* ==UserStyle==
@name Tumblr Larger IM Window
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Tumblr Userstyle for Larger IM Window
@author xserawrites on Tumblr
==/UserStyle== */
@-moz-document domain("tumblr.com") {
.j17Mp, .j17Mp.be6E9.ogC81.cwvO0 {
width:700px!important;
max-height:800px!important;
}
.CvL1C {
max-width:620px!important;
}
.xXTjk {
height:84px!important;
}
}