Skip to content

Tumblr : Prettier tag input by lensdeer

Screenshot of Tumblr : Prettier tag input

Details

Authorlensdeer

LicenseOQL (https://oql.avris.it/license/v1.1)

Categorytumblr.com

Created

Updated

Code size467 B

Code checksum121dd8f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

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.

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;
	}
}

Reviews

No reviews yet.