diff --git a/keepassxc-browser/options/options.css b/keepassxc-browser/options/options.css index fd57b72..6418ee8 100644 --- a/keepassxc-browser/options/options.css +++ b/keepassxc-browser/options/options.css @@ -56,6 +56,7 @@ input[disabled] { } footer { + display: none; bottom: 1rem; } @@ -200,10 +201,18 @@ table td:last-of-type { .sidebar { height: auto; } + + footer { + display: block; + } } @media (min-width: 1440px) { .sidebar { width: 240px; } + + footer { + display: block; + } } diff --git a/keepassxc-browser/options/options.html b/keepassxc-browser/options/options.html index b6933f4..27a505f 100644 --- a/keepassxc-browser/options/options.html +++ b/keepassxc-browser/options/options.html @@ -29,7 +29,7 @@