Skip to content

Better Stripe Dropdowns by Aetherall

Details

AuthorAetherall

LicenseNo License

CategoryStripe

Created

Updated

Code size1.1 kB

Code checksumaf042ccf

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Show price descriptions first, enlarge product selection select

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Better Stripe Payment Links
@version      20250401.14.27
@namespace    ?
@description  Show price descriptions first, enlarge product selection select
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://dashboard.stripe.com/test/payment-links/create"), url-prefix("https://dashboard.stripe.com/payment-links/create"), url-prefix("https://dashboard.stripe.com/") {
.SearchableTextInput-items {
    width: auto !important;
    
}


div:has(.SearchableTextInput-items) {
    width: 800px !important;
}


.SearchResultsScrollableMenu-item > div[role=button] > div > div > div > .Box-root:has(> :last-child:nth-child(2)) {
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
}

.SearchResultsScrollableMenu-item > div > div > div > div > .Box-root > div:first-child {
    margin-left: 1rem !important;
    zoom: 0.8;
    opacity: 0.5;
}

.SearchResultsScrollableMenu-item > div > div > div > div > .Box-root > div:last-child {
    justify-content: flex-end !important;
    margin-left: 0px !important;
}
}

Reviews

No reviews yet.