The new tags in the post editor don't work with custom colors and look extremely designed-for-mobile (derogatory). This quick and hacky userstyle fixes that.
Tumblr : Prettier tag input by lensdeer
Details
Authorlensdeer
LicenseOQL (https://oql.avris.it/license/v1.1)
Categorytumblr.com
Created
Updated
Size467 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.com - 4/24/2023, 10:06:31 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("tumblr.com") {
.sHSSD .aLlJL,
.s7YOu .fdQ5Z {
background-color: RGB(var(--follow));
border-radius: 5px;
padding: 4px 8px;
}
.s7YOu .fdQ5Z {
padding: 0;
height: 28px;
}
textarea.mbROR.zqrdz {
padding: 4px 8px;
}
}