From bdb05b5a5207aa8d58a2c2b1a6628a90ca184234 Mon Sep 17 00:00:00 2001 From: tophf Date: Thu, 25 Jul 2024 10:20:02 +0300 Subject: [PATCH] fix: expand right-click-to-edit + undo 5ce1a060 --- src/popup/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/popup/style.css b/src/popup/style.css index a6b475db63..9b06afd1e0 100644 --- a/src/popup/style.css +++ b/src/popup/style.css @@ -109,6 +109,13 @@ footer { } } +.script-name { + /* expand right-click-to-edit area */ + flex: 1; + align-self: stretch; + align-content: center; +} + .menu-buttons { align-items: center; padding: $padding $padding $padding 0; @@ -134,6 +141,7 @@ footer { &-item { position: relative; display: flex; + flex-wrap: wrap; /* the update notice must go to the next row */ align-items: center; min-height: 2rem; padding-left: $itemPaddingX;