From 79cddc696878f990327cf7012547a9b372293329 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Sun, 13 Oct 2019 15:57:57 -0500 Subject: [PATCH] Adjust Windows-specific CSS to match new slightly narrower toolbar --- app/static/style/workspace.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/style/workspace.less b/app/static/style/workspace.less index 484f462f4..1f6562f09 100644 --- a/app/static/style/workspace.less +++ b/app/static/style/workspace.less @@ -492,7 +492,7 @@ body.platform-win32 { .btn-toolbar { transition: background 300ms; margin: 0 0 0 1px; - height: 37px; + height: 33px; padding: 0 14px; padding-bottom: 2px; border: 0;