From d9982dd32d387003851043b8f865ef1c2f96fbe3 Mon Sep 17 00:00:00 2001 From: hensm Date: Sat, 10 Sep 2022 16:21:23 +0100 Subject: [PATCH] Remove media thumbnail border --- ext/src/ui/popup/styles/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/src/ui/popup/styles/index.css b/ext/src/ui/popup/styles/index.css index f1a819b..a911ddf 100755 --- a/ext/src/ui/popup/styles/index.css +++ b/ext/src/ui/popup/styles/index.css @@ -173,7 +173,6 @@ body { .media__image { align-self: start; - border: 1px solid var(--border-color); border-radius: 4px; flex-grow: 0; max-height: 70px;