From 49defe388d40c6ccd234f9b5058c61dfbf32c29a Mon Sep 17 00:00:00 2001 From: varjolintu Date: Sun, 21 Nov 2021 12:18:02 +0200 Subject: [PATCH] Add minimum font size to autocomplete menu --- keepassxc-browser/css/autocomplete.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keepassxc-browser/css/autocomplete.css b/keepassxc-browser/css/autocomplete.css index 1cefe5d..e966466 100644 --- a/keepassxc-browser/css/autocomplete.css +++ b/keepassxc-browser/css/autocomplete.css @@ -12,7 +12,7 @@ border-top-width: 0px !important; width: auto; color: var(--kpxc-text-color); - font-size: .9em !important; + font-size: max(10px, .9em) !important; letter-spacing: normal !important; word-spacing: normal !important; text-rendering: auto !important; @@ -29,7 +29,7 @@ border: 1px solid rgba(0,0,0,.125) !important; width: auto; color: #000; - font-size: .8em !important; + font-size: max(9px, .8em) !important; font-style: italic; }