From 520135eaf0abc2cbbc6bb21d342030e29111ce24 Mon Sep 17 00:00:00 2001 From: kckckc Date: Sun, 12 Feb 2023 13:35:44 -0800 Subject: [PATCH] fix #1570: Fix quickslot border css bug --- src/client/ui/templates/hud/styles.less | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/ui/templates/hud/styles.less b/src/client/ui/templates/hud/styles.less index ec22b22f..c8a42d0f 100644 --- a/src/client/ui/templates/hud/styles.less +++ b/src/client/ui/templates/hud/styles.less @@ -112,7 +112,6 @@ width: 80px; height: 80px; background-color: fade(#3a3b4a, 90%); - margin-bottom: 8px; cursor: pointer; padding: 8px; position: relative;