Makes the Min Price and Max Price inputs wider which now display more than 23 numbers, instead of just 5.
app.uniswap.org Add Liquidity by ackvf

Details
Authorackvf
LicenseNo License
Categoryuniswap
Created
Updated
Code size484 B
Code checksum542c909d
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Uniswap Add Liquidity
@namespace qry.me
@version 1.0.0
@description Widens the Max Price and Min Price inputs to display more numbers.
@author qwerty@qry.me
==/UserStyle== */
.sc-1kykgp9-2.bBlzxc > .sc-1kykgp9-2.bBlzxc > .sc-bdnxRM.sc-nrd8cx-0.sc-nrd8cx-1.fzUdiI.bNRzcC.cTqxjL {
flex-wrap: wrap;
}
.sc-1kykgp9-2.bBlzxc > .sc-1kykgp9-2.bBlzxc > .sc-bdnxRM.sc-nrd8cx-0.sc-nrd8cx-1.fzUdiI.bNRzcC.cTqxjL > div {
width: 100%;
}