From 9e04afc7a315d4184db9bd5d4886e34ef3d830a8 Mon Sep 17 00:00:00 2001 From: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com> Date: Thu, 17 Jul 2025 14:56:55 -0400 Subject: [PATCH] Remove overwritten font size. (#9513) Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com> --- src/zen/common/styles/zen-popup.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/zen/common/styles/zen-popup.css b/src/zen/common/styles/zen-popup.css index dfaea3f01..2d6fc43e0 100644 --- a/src/zen/common/styles/zen-popup.css +++ b/src/zen/common/styles/zen-popup.css @@ -380,7 +380,6 @@ menuseparator { font-weight: 600; align-items: center; width: max-content; - font-size: small; position: absolute; transform-origin: top center; max-height: var(--zen-toast-max-height);