From 0798267084fb7053e354bc299762e1ff1e96aab9 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 5 Oct 2025 21:58:45 +0100 Subject: [PATCH] style(bookmarks): ensure green buttons align to far right in compact view --- src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.css b/src/index.css index 6cfa7a9c..150ed29c 100644 --- a/src/index.css +++ b/src/index.css @@ -758,6 +758,7 @@ body { align-items: center; gap: 0.75rem; height: 28px; + justify-content: space-between; } .compact-row.clickable { @@ -809,6 +810,7 @@ body { width: 26px; height: 22px; flex-shrink: 0; + margin-left: auto; transition: background-color 0.2s ease; }