From de62b286747df2a0da86b6784beeada1b0deaf19 Mon Sep 17 00:00:00 2001 From: ilyaigpetrov Date: Mon, 24 Mar 2025 00:32:04 +0500 Subject: [PATCH] Try adding web templates and a custom component to the frontend --- src/pages/options/index.html | 45 ++++++++++++++++++++++++++++-------- src/pages/options/index.mjs | 34 +++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 10 deletions(-) diff --git a/src/pages/options/index.html b/src/pages/options/index.html index d35abde..13f7f23 100644 --- a/src/pages/options/index.html +++ b/src/pages/options/index.html @@ -60,11 +60,11 @@ body { --ribbon-color: #0075ff; /* #4169e1;*/ font-family: Ubuntu, Arial, sans-serif; - font-size: 75%; + font-size: 80%; padding: 10px; } - ul { + menu { list-style: none; padding: 0; } @@ -182,18 +182,43 @@