Tumblr user style for multi-spaced text on dashboard, drafts, queue, dash view of blogs, and IM window.
Tumblr Multi-Spaced Dash View by xserawrites
Details
Authorxserawrites
LicenseNo License
Categoryhttps://tumblr.com
Created
Updated
Size884 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Tumblr user style for multi-spaced text on dashboard, drafts, queue, dash view of blogs, and IM window.
Please note that this view will not affect the main blog view if you view a blog directly, as that is too much code to account for between individual blog URLs and blog themes. If you need it on your blog theme, you will have to edit the blog theme directly on your blog.
Changelog 1/27/2023: This style was accidentally overwritten when I uploaded a new style for something else and was momentarily broken. The issue has been rectified & the style restored.
Source code
/* ==UserStyle==
@name Tumblr Multi-Spaced Dash View
@version 20230114.18.49
@namespace userstyles.world/user/xseraphina
@description Tumblr user style for multi-spaced text on dashboard, drafts, queue, dash view of blogs, and IM window. Includes code to make the IM window larger for better reading.
@author Seraphina (xseraphina)
@license No License
==/UserStyle== */
@-moz-document domain("tumblr.com") {
.k31gt {
word-spacing: 5px;
}
.mwjNz {
word-spacing: 5px;
}
.a15fm {
word-spacing: 5px;
}
.fTJAC {
word-spacing: 5px;
}
.RupUR {
word-spacing: 5px;
}
.unn5w {
word-spacing: 5px;
}
.mbROR {
word-spacing: 5px;
}
.editor-richtext {
word-spacing: 5px;
}
.tag-label {
word-spacing: 5px;
}
.tag-input-wrapper {
word-spacing: 5px;
}
.CvL1C {
word-spacing: 5px;
}
.xXTjk {
word-spacing: 5px;
}
}