This should fix issues with the Search Bar during a /search query on Tumblr when using the Dashboard Unfucker.
Tumblr - SearchBarUnfucker v0.1 by ColonelGarfield
Details
AuthorColonelGarfield
LicenseCC0
Categorytumblr.com/search
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.tumblr.com - 23/08/2023, 20:36:45
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.tumblr.com/search/") {
/* Insert code here... */
}
/*Moves the search bar while within a /search query*/
.N5wJr, .zmjaW {
position: fixed !important;
left: 150px !important;
top: 10px !important;
z-index: 95 !important;
width: 480px !important;
/* removes gradient from search bar as it causes issues */
background-image: linear-gradient(180deg,rgb(var(--navy))0%,rgba(var(--navy),.987)8.1%,rgba(var(--navy),.951)15.5%,rgba(var(--navy),.896)22.5%,rgba(var(--navy),.825)29%,rgba(var(--navy),.741)35.3%,rgba(var(--navy),.648)41.2%,rgba(var(--navy),.55)47.1%,rgba(var(--navy),.45)52.9%,rgba(var(--navy),.352)58.8%,rgba(var(--navy),.259)64.7%,rgba(var(--navy),.175)71%,rgba(var(--navy),.104)77.5%,rgba(var(--navy),.049)84.5%,rgba(var(--navy),.013)91.9%,transparent 100%);
height: 0px;
}