From da1ffdd34e5f2eb9383713a49bd26d6e75f36865 Mon Sep 17 00:00:00 2001 From: Ucky Deni Ulinnuha <71523434+ulinnuhadeni@users.noreply.github.com> Date: Sun, 8 Feb 2026 03:43:46 +0700 Subject: [PATCH] Theme lavender-light: fix login list --- designs/lavender-light/adminer.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/designs/lavender-light/adminer.css b/designs/lavender-light/adminer.css index 0206cc24..9bc55e12 100644 --- a/designs/lavender-light/adminer.css +++ b/designs/lavender-light/adminer.css @@ -185,7 +185,7 @@ table#table thead .checked th { padding: 3rem 0 1.5rem; } -#menu p, #logins, #tables { +#menu p, #tables { padding: .8em 0em 1.2rem; } @@ -237,6 +237,14 @@ table#table thead .checked th { background: initial; } +#logins ul { + padding: 3rem 0 1rem; +} + +#logins ul li { + margin-bottom: .5rem; +} + /* * Elements */