From f860baa37688f91a49f8d63f66baac106db566ca Mon Sep 17 00:00:00 2001 From: thislight Date: Thu, 2 Jan 2025 17:14:44 +0800 Subject: [PATCH] AppTopBar: remove title visual adjustment --- src/material/AppTopBar.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/material/AppTopBar.css b/src/material/AppTopBar.css index a79321c..d0976ca 100644 --- a/src/material/AppTopBar.css +++ b/src/material/AppTopBar.css @@ -23,9 +23,5 @@ &>.MuiButtonBase-root:last-child { margin-right: -0.15em; } - - &>.title { - margin-top: -0.2ch; - } } } \ No newline at end of file