From be2f65e8fe882e55efe2c2f62481f37156b1214e Mon Sep 17 00:00:00 2001 From: tophf Date: Fri, 28 Jan 2022 12:42:45 +0300 Subject: [PATCH] reimplement margin-inline --- edit/edit.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/edit/edit.css b/edit/edit.css index 55218b60..8cf9740d 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -818,7 +818,10 @@ body:not(.find-open) [data-match-highlight-count="1"] .CodeMirror-selection-high margin: .25em 0; } #help-popup .buttons > :nth-child(n + 2) { - margin-inline: .5em 0; + margin: 0 0 0 .5em; +} +.non-windows #help-popup .buttons > :nth-child(n + 2) { + margin: 0 .5em 0 0; } /************ lint ************/