Increases height of wish-list drop-down menu so you can see more lists at a time when moving an item from one list to another.
Amazon by dbailey
Details
Authordbailey
LicenseNo License
CategoryAmazon
Created
Updated
Size581 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 amazon.com - 12/22/2021, 8:41:53 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author dbailey@mutedhorn.net
==/UserStyle== */
@-moz-document domain("amazon.com"), domain("amazon.co.uk"), domain("amazon.de"), domain("amazon.fr"), domain("amazon.it"), domain("amazon.jp") {
div.a-popover-content, div.a-popover-inner, div.a-popover-wrapper, div.existingwl, div.sc-wish-list, div#atwl-popover-inner {
height: 600px !important;
max-height: 600px !important;
}
}