Make revert button horizontal padding smaller

This commit is contained in:
Henrik Giesel 2021-06-05 01:17:10 +02:00
parent 99e7a3c436
commit 21ab484f21

View file

@ -50,7 +50,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<span <span
bind:this={ref} bind:this={ref}
class="badge" class="badge px-1"
class:invisible={!modified} class:invisible={!modified}
title={tr.deckConfigRevertButtonTooltip()} title={tr.deckConfigRevertButtonTooltip()}
on:click={revert} on:click={revert}