Files
guru/www-apps/redlib/files/0001-fix-Copy-and-Import-button-layouts-402.patch
tokoyami 049406d722 www-apps/redlib: add 0.36.0
Signed-off-by: tokoyami <tokoyami@tuta.io>
Part-of: https://github.com/gentoo/guru/pull/340
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-08-07 23:53:22 +02:00

32 lines
656 B
Diff

From dbdc4fc2a3c8e0d288ee5b16f21a457a5eaa54bd Mon Sep 17 00:00:00 2001
From: ryanshanz <92600751+ryanshanz@users.noreply.github.com>
Date: Mon, 31 Mar 2025 00:33:39 -0400
Subject: [PATCH] fix: Copy and Import button layouts (#402)
---
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
@@ -559,10 +559,14 @@ .import {
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
}
+.copy,
+.import {
+ margin: 5px;
+}
.subscribe,
.filter,
.copy,
.import {
color: var(--foreground);
--
2.49.0