From 8b95f62d3948b46e4973a0a6f391b85d8a844bbf Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Thu, 6 Mar 2025 15:38:31 -0700 Subject: [PATCH] Fix logout icon alignment (#7291) --- themes/default/css.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/default/css.php b/themes/default/css.php index 39f615be5a..dda19570e3 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -810,8 +810,13 @@ else { //default: white /* logout icon */ a.logout_icon { + + position: absolute; + + display: block; + color: ; - padding: 14px 10px; + padding: 14px 10px 11px 10px; } a.logout_icon:hover,