From 62e90a05455dc83f7fff52bd1f8e28b87101be98 Mon Sep 17 00:00:00 2001 From: Thomas Brouard Date: Wed, 25 May 2022 14:17:10 +0200 Subject: [PATCH] Fix tab icon vertical align --- src/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 343eb05..a033ac9 100644 --- a/src/style.css +++ b/src/style.css @@ -79,6 +79,7 @@ webview.visible { box-sizing: border-box; height: 100%; padding: 5px 9px; + align-items: center; } .tab:first-child { @@ -86,7 +87,7 @@ webview.visible { } .tab.visible { - display: inline-block; + display: inline-flex; } .tab.active {