From b299af768492e525c66de3f973d3a4da0301c5d6 Mon Sep 17 00:00:00 2001 From: Libor Polčák Date: Feb 19 2022 08:55:20 +0000 Subject: Merge fix of popup tweaks UI rendering --- diff --git a/common/popup.css b/common/popup.css index d1fa313..d93e530 100644 --- a/common/popup.css +++ b/common/popup.css @@ -276,7 +276,7 @@ input:checked + .slider:before { .tweaking #tweaks { display: grid; - grid: auto / auto 1fr 3em 4em; + grid: auto / auto auto 5ex 1fr; gap: 1em; align-items: center; } diff --git a/common/popup.html b/common/popup.html index 717a0b5..54e927d 100644 --- a/common/popup.html +++ b/common/popup.html @@ -61,7 +61,7 @@ SPDX-License-Identifier: GPL-3.0-or-later