diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index 5a05467e..b7713a5a 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -698,6 +698,11 @@ input[type=hidden].blur + [type="button"] { #umap-ui-container .toolbox { padding: 5px 10px; overflow: hidden; + display: flex; + flex-direction: row-reverse; + font-size: 10px; + justify-content: flex-start; + gap: 5px; } #umap-ui-container .toolbox li { color: #2e3436; @@ -721,10 +726,6 @@ input[type=hidden].blur + [type="button"] { color: #eeeeec; background-color: #353c3e; } -#umap-ui-container .toolbox li + li { - margin-right: 5px; - margin-left: 5px; -} .dark input, .dark textarea { background-color: #232729; border-color: #1b1f20;