This widens the searchbar on the Deezer website
Deezer - Wider Searchbar by dtm450
Details
Authordtm450
LicenseNo License
Categorydeezer.com
Created
Updated
Size205 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 Deezer Wider Searchbar
@version 20231211.01.09
@namespace ?
==/UserStyle== */
@-moz-document domain("deezer.com") {
.page-topbar .topbar-search {
width: 50%;
}
}