From c35b52805d1b5c49852d2ef3cb4740fe84a65aa2 Mon Sep 17 00:00:00 2001 From: alfrix Date: Sun, 25 Feb 2024 12:09:48 -0300 Subject: [PATCH] layout: make popover buttons larger and add a border --- styles/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/base.css b/styles/base.css index 943d5c73..8ad0c0a8 100644 --- a/styles/base.css +++ b/styles/base.css @@ -547,10 +547,14 @@ trough { popover { background-color: @bg; + border: 0.1em solid white; + padding: 0em; } popover button { background-color: @bg; + padding: 1em 3.1em; + margin: 0; } .screensaver,