From f9089cf5eec5b9e93fa6d4134a95887247d39989 Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Sun, 12 Jun 2022 20:25:39 +0200 Subject: [PATCH] popup --- popup.css | 17 ++++++++++++++++- popup.html | 7 +++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/popup.css b/popup.css index f99a8e9..aeedd57 100644 --- a/popup.css +++ b/popup.css @@ -56,13 +56,28 @@ h1 { } #preferences { + width: auto; + font-weight: 600; background: none; padding: 0; - margin: 8px 0; + margin-top: 16px; border: none; color: #1834e9; } +.button { + position: relative; + margin-left: auto; +} + +#label { + font-size: 9px; + position: absolute; + bottom: -16px; + left: 0; + white-space: pre-line; +} + .category { display: flex; diff --git a/popup.html b/popup.html index 535c611..c9713cb 100644 --- a/popup.html +++ b/popup.html @@ -13,7 +13,10 @@

Ucontrol

- +
+ + +
- +