From b2bcbf4d6c2173c9b69e0d24a0337dd858622195 Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Mon, 13 Apr 2020 22:58:28 +0200 Subject: make help button truly round --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 46d10de..2ebe2dd 100644 --- a/static/style.css +++ b/static/style.css @@ -84,15 +84,15 @@ details[open] > summary:before { position:absolute; right: 10px; bottom: 10px; - border-radius: 45%; + border-radius: 50%; border: none; padding: 6px; display: flex; align-items: center; justify-content: center; background-color: #A6C8F1; - max-height: 10px; - max-width: 10px; + width: 10px; + height: 10px; font-size: 10px; color: #FFFFFF; } -- cgit v1.3