From 32694ec3b925d8573047d23d5281367f6cf7b4a2 Mon Sep 17 00:00:00 2001 From: Emelia Smith Date: Sun, 22 Oct 2023 19:22:07 +0200 Subject: [PATCH] Fix alignment of close buttons so they aren't hidden by scrollbar This fixes #1204 --- src/popup/styles/DetailsContainer.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/popup/styles/DetailsContainer.scss b/src/popup/styles/DetailsContainer.scss index b1567f12b..dbf6689d2 100644 --- a/src/popup/styles/DetailsContainer.scss +++ b/src/popup/styles/DetailsContainer.scss @@ -41,6 +41,8 @@ .buttonsContainer{ display: none; flex-direction: row; + padding-right: 16px; + button { width: 15px; height: 15px;