From d5a41bdf9b6a6f232f144563c1659f38fdbd8c0e Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sun, 8 May 2022 20:00:53 -0700 Subject: [PATCH] fix top bar alignment --- src/ui/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/App.css b/src/ui/App.css index d187aa2..82689df 100644 --- a/src/ui/App.css +++ b/src/ui/App.css @@ -28,4 +28,5 @@ body { .TopButton img { height: 80%; + vertical-align: super; } \ No newline at end of file