From d6e1988916195e76240cb3f01c45f583e3063725 Mon Sep 17 00:00:00 2001 From: meandaD Date: Sat, 13 Jan 2024 17:49:47 +0100 Subject: [PATCH 1/6] Align padding of header and items in tum-live-menu (fix #1306) --- web/assets/css/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/assets/css/home.css b/web/assets/css/home.css index 057a8f7b4..ce5c9ee82 100644 --- a/web/assets/css/home.css +++ b/web/assets/css/home.css @@ -218,7 +218,7 @@ } .tum-live-menu .tum-live-menu-item { - @apply flex items-center p-2 hover:bg-gray-100 dark:hover:bg-gray-800 my-2 w-full + @apply flex items-center py-2 px-4 hover:bg-gray-100 dark:hover:bg-gray-800 my-2 w-full } .tum-live-menu .tum-live-menu-item.active { From 5e74a32968e3f83fad9ad9566bb0b387dd294eae Mon Sep 17 00:00:00 2001 From: meandaD Date: Sat, 13 Jan 2024 17:52:25 +0100 Subject: [PATCH 2/6] Minor changes to tum-live-menu ui --- web/template/home.gohtml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/template/home.gohtml b/web/template/home.gohtml index 9a8d3ad5d..7ac7be0db 100644 --- a/web/template/home.gohtml +++ b/web/template/home.gohtml @@ -84,7 +84,7 @@ {{if or (eq $user.Role 1) (eq $user.Role 2) }} -
+

Admin

@@ -95,7 +95,7 @@