From 7c481cf24c8ab2bb8b3b5cedefcfc27ac4d7490c Mon Sep 17 00:00:00 2001 From: Evan Barger Date: Sun, 5 Apr 2020 13:05:17 -0400 Subject: [PATCH] align menu preview --- style/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/style.css b/style/style.css index 5803ae6..684f4b4 100644 --- a/style/style.css +++ b/style/style.css @@ -66,6 +66,10 @@ button { font-weight: bold; } +canvas { + vertical-align: middle; +} + button.upload { padding: 3px 0; color: blue;