mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Make revert button horizontal padding smaller
This commit is contained in:
parent
99e7a3c436
commit
21ab484f21
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
<span
|
||||
bind:this={ref}
|
||||
class="badge"
|
||||
class="badge px-1"
|
||||
class:invisible={!modified}
|
||||
title={tr.deckConfigRevertButtonTooltip()}
|
||||
on:click={revert}
|
||||
|
|
Loading…
Reference in a new issue