From e6bebab10aaa971c88244ccf8f7d03dd4e1b0c43 Mon Sep 17 00:00:00 2001 From: JustAdumbPrsn <73780892+JustAdumbPrsn@users.noreply.github.com> Date: Fri, 13 Mar 2026 12:34:32 +0530 Subject: [PATCH] change tab margin (i literally forgot to add 2px at bottom too) Signed-off-by: JustAdumbPrsn <73780892+JustAdumbPrsn@users.noreply.github.com> --- src/zen/library/zen-library.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/library/zen-library.css b/src/zen/library/zen-library.css index c98e273fe..eef2f841d 100644 --- a/src/zen/library/zen-library.css +++ b/src/zen/library/zen-library.css @@ -300,7 +300,7 @@ display: flex; align-items: stretch; - margin: 2px 0; + margin: 2px 0 2px 0; appearance: none; background-color: transparent; border-width: 0;