diff options/options.css @ 29:688d75e554e0

Add option to expand feed entries by default
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Mon, 21 Jan 2019 15:15:59 +0100
parents ff5e5e3eba32
children
line wrap: on
line diff
--- a/options/options.css	Mon Jan 21 08:22:52 2019 +0100
+++ b/options/options.css	Mon Jan 21 15:15:59 2019 +0100
@@ -35,6 +35,10 @@
   font-weight: bold;
 }
 
+h1 ~ h1 {
+  margin-top: 32px;
+}
+
 input[type="text"] {
   border-radius: 2px;
   font-size: 15px;
@@ -42,6 +46,11 @@
   min-height: 32px;
 }
 
+input[type="checkbox"],
+input[type="checkbox"] + label {
+  vertical-align: middle;
+}
+
 .browser-style > input[type=text] {
   border-color: var(--text-input-border-color);
   box-shadow: none;