Increases the width of the tag popup for suggested tags when adding tags to a post on Tumblr.
Wider Tag List On Posts by xserawrites
Details
Authorxserawrites
LicenseNo License
Categoryhttps://tumblr.com
Created
Updated
Size391 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 Wider Tag List On Posts
@version 20230419.05.21
@namespace userstyles.world/user/xserawrites
@description Increases the width of the tag popup for suggested tags when adding tags to a post on Tumblr.
@author xserawrites
@license No License
==/UserStyle== */
@-moz-document domain("tumblr.com") {
.AzqQv, .ZdQlM {
width:370px!important;
}
}