From 37ec46b43ae182ebd97b7a51943be5c2d440d78e Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Tue, 27 Oct 2020 20:34:05 -0400 Subject: [PATCH] Fix alignment issues with new version badge --- css/80_app.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 95b109765..74cf2d8bc 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -4581,19 +4581,14 @@ img.tile-debug { width: 21px; height: 20px; border-radius: 11px; + text-align: center; +} +.ideditor[dir='ltr'] .badge { margin-left: 6px; } .ideditor[dir='rtl'] .badge { - margin-left: 0; margin-right: 6px; } -.badge a { - margin-right: 5px; -} -.ideditor[dir='rtl'] .badge a { - margin-right: 0; - margin-left: 5px; -} .badge .icon { vertical-align: baseline; width: 11px;