From cf7d59b49a05b8a8ebf5e91e374344785992e4fe Mon Sep 17 00:00:00 2001 From: HWFord <54360213+HWFord@users.noreply.github.com> Date: Tue, 29 Jul 2025 08:28:07 +0200 Subject: [PATCH] adjust CSS --- admin/themes/default/js/common.js | 2 +- admin/themes/default/template/admin.tpl | 4 +-- admin/themes/default/theme.css | 39 ++++++++++++++----------- 3 files changed, 25 insertions(+), 20 deletions(-) diff --git a/admin/themes/default/js/common.js b/admin/themes/default/js/common.js index 64417190a..9c3fd4612 100644 --- a/admin/themes/default/js/common.js +++ b/admin/themes/default/js/common.js @@ -377,7 +377,7 @@ $('document').ready(function(){ hide_user_options(e) current_link.children('.sub-link-container').css('display','block'); current_link.children('span').children('.hover').children('.icon-down-open').css('rotate','-90deg'); - }, 300)); + }, 250)); }).mouseleave(function () { // when mouse leaves element reset the timeout so it doesn't display the sub elements because it's not the one the user wants to display const current_link = $(this); diff --git a/admin/themes/default/template/admin.tpl b/admin/themes/default/template/admin.tpl index e4d1462d1..920ed14f5 100644 --- a/admin/themes/default/template/admin.tpl +++ b/admin/themes/default/template/admin.tpl @@ -72,9 +72,9 @@ let username = '{$USERNAME}' {$USERNAME} - - + +