From 3e6993443bfca0c65d99c2f098192d6cfbfcc068 Mon Sep 17 00:00:00 2001 From: Kevin Da Silva Pinto <121442866+NamelessProj@users.noreply.github.com> Date: Sun, 5 May 2024 01:21:09 +0200 Subject: [PATCH] Update contextmenu style --- CSS/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/CSS/style.css b/CSS/style.css index a975645..ce366e6 100644 --- a/CSS/style.css +++ b/CSS/style.css @@ -624,6 +624,7 @@ main{ color: #fff; font-size: 16px; } +#contextMenu .contextmenu-section:not(:first-child){ padding-top: 0; } #contextMenu .contextmenu-section a{ padding: 10px 13px 10px 10px; color: inherit;