From d62f5eb548dfc3bf3763edaf896091e24df441bb Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Thu, 22 Aug 2024 22:05:43 +0200 Subject: [PATCH] Bit more space for long account names --- webext/css/options.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webext/css/options.css b/webext/css/options.css index eb21a5a..802d9a3 100644 --- a/webext/css/options.css +++ b/webext/css/options.css @@ -97,7 +97,7 @@ body { #accountsTreeHeader { display: flex; justify-content: space-between; - width: 25em; + width: 32em; height: 2.2em; margin-left: 10px } @@ -109,7 +109,7 @@ ul, /* Remove margins and padding from the parent ul */ #accountsTree { - width: 25em; + width: 32em; border-style: solid; border-width: 1px; margin: 0;