From 800508749435bd3734b7e5f4a7429b5c35cc7db1 Mon Sep 17 00:00:00 2001 From: ryanshanz <92600751+ryanshanz@users.noreply.github.com> Date: Sun, 30 Mar 2025 19:20:22 -0400 Subject: [PATCH] fix: Copy and Import button layouts --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 545567e..608ae17 100644 --- a/static/style.css +++ b/static/style.css @@ -561,6 +561,10 @@ aside { cursor: pointer; } +.copy, +.import { + margin: 5px; +} .subscribe, .filter, .copy,