From 5a681f649813dc388747a08b52d1e5904d4c5557 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 10 Mar 2024 16:48:02 +0100 Subject: [PATCH] fix ref buttons --- application/views/qso/index.php | 6 +++--- assets/css/general.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/views/qso/index.php b/application/views/qso/index.php index 3001bd49d..38d525b8d 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -377,7 +377,7 @@
- +
@@ -388,7 +388,7 @@
- +
@@ -399,7 +399,7 @@
- +
diff --git a/assets/css/general.css b/assets/css/general.css index e68763db1..a1e9f894c 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -859,7 +859,7 @@ label { .spw-buttons { --bs-btn-padding-x: 0.3rem; - --bs-btn-padding-y: 0.1rem; + --bs-btn-padding-y: 0.6rem; display: none; }