From 1af3a4e00ec63755a90109d8a63a1b6f6d95def6 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 28 Jan 2025 21:04:21 +0000 Subject: alt text and open remote profile --- static/popup-menu.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/popup-menu.css b/static/popup-menu.css index e0ec6c9..a57236f 100644 --- a/static/popup-menu.css +++ b/static/popup-menu.css @@ -22,13 +22,14 @@ ul.popupMenu { grid-template-columns: var(--icon-size) auto; gap: var(--spacing-single); align-items: center; + justify-content: start; border: none; background: none; font-family: inherit; font-size: var(--font-normal-size) !important; color: var(--clr-foreground) !important; - width: max-content !important; + width: 100% !important; text-decoration: none; cursor: pointer; } -- cgit v1.3