From 62974751ff911e54d62979f489381f368bd56b4c Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 21 Feb 2022 03:18:12 +0300 Subject: [PATCH] limit disable-all area to its text --- popup/popup.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/popup/popup.css b/popup/popup.css index c780fee0..0e88b94b 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -45,10 +45,8 @@ body:not(.blocked) .if-blocked, display: block; } -#disableAll { - /*left: calc(-1 * var(--inner-padding));*/ -} #disableAll-label { + width: fit-content; position: relative; } .all-disabled #disableAll {