From ebc7945cbae59f26c38ec8c726e166d58a84c63b Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Sun, 5 Feb 2023 13:59:24 +0200 Subject: [PATCH] fixed alignment of refresh buttons in settings --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 5f74d195..04e1db5d 100644 --- a/style.css +++ b/style.css @@ -1840,6 +1840,15 @@ pre { word-wrap: break-word; /* Internet Explorer 5.5+ */ } +#settings .gr-button-tool { + align-self: flex-end !important; + margin-bottom: 10px; + margin-right: 10px; + min-width: 34px !important; + max-width: 34px; + height: 34px; +} + @media only screen and (max-width: 1024px) { /* For tablets: */