From 6c8bdd67a8a550f466077505b834183c5fa55d47 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Sat, 20 Aug 2022 22:34:56 +0100
Subject: [PATCH] CustomCategory: a few style improvements

---
 style.css | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css
index 613beb94..ede24e04 100644
--- a/style.css
+++ b/style.css
@@ -624,6 +624,7 @@ ul.overpass-layer-list > li > a > .content > .details {
 }
 .Window > .content .controls > .actions {
   margin-left: 1em;
+  margin-right: 1em;
   display: inline;
 }
 
@@ -670,7 +671,8 @@ ul.overpass-layer-list > li > a > .content > .details {
   align-content: stretch;
 }
 .tip-tutorial {
-  margin-left: 1em;
+  padding: 0.25em 0;
+  display: inline-block;
 }
 .tip-tutorial a {
   text-decoration: underline;