From 42c25388247a85ae70e409a3339b0428f922c36c Mon Sep 17 00:00:00 2001
From: toasted-nutbread
Date: Sat, 8 May 2021 15:18:41 -0400
Subject: Fix secondary search dictionary options layout (#1654)
---
ext/css/settings.css | 9 +++++++++
ext/settings.html | 14 +++++---------
2 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/ext/css/settings.css b/ext/css/settings.css
index 588a5f90..9a0e0a8b 100644
--- a/ext/css/settings.css
+++ b/ext/css/settings.css
@@ -2224,6 +2224,15 @@ input[type=number].dictionary-priority {
}
+/* Secondary search dictionary settings */
+.secondary-search-dictionary-list {
+ margin-top: 0.5em;
+}
+.secondary-search-dictionary-item {
+ padding: 0.375em 0;
+}
+
+
/* Generic layouts */
.margin-above {
margin-top: 0.85em;
diff --git a/ext/settings.html b/ext/settings.html
index f7730eb4..9821d50c 100644
--- a/ext/settings.html
+++ b/ext/settings.html
@@ -2146,7 +2146,7 @@
These dictionaries will be used to search for definitions of the related terms when the grouping mode is
Group related terms.
-
+
-
+
+
+
+