Increased size for brew.sh search bar
Homebrew – Larger search bar by n-apps
Details
Authorn-apps
LicenseNo License
Categorybrew.sh
Created
Updated
Size359 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 Homebrew – Larger search bar
@version 20220728.08.02
@namespace userstyles.world/user/n-apps
@description Increased size for brew.sh search bar
@author n-apps
@license No License
==/UserStyle== */
@-moz-document domain("brew.sh") {
#search-bar {
margin: 1em;
padding: 1em;
font-size: 20px;
}
}