fix padding of filter window

This commit is contained in:
woodser 2025-05-23 12:09:31 -04:00
parent bc649b1d4d
commit fe0a538696
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -2235,10 +2235,9 @@ textfield */
.popup-bg { .popup-bg {
-fx-font-size: 1.077em; -fx-font-size: 1.077em;
-fx-background-color: -bs-color-background-popup-overlay; -fx-background-color: -bs-color-background-popup-overlay;
-fx-background-insets: 10; -fx-background-insets: 44;
-fx-background-radius: 15; -fx-background-radius: 15;
-fx-border-radius: 15; -fx-border-radius: 15;
-fx-padding: 35, 40, 30, 40;
} }
.notification-popup-bg, .peer-info-popup-bg { .notification-popup-bg, .peer-info-popup-bg {