diff --git a/src/pages/components/Label.svelte b/src/pages/components/Label.svelte index 39930cd..d59b943 100644 --- a/src/pages/components/Label.svelte +++ b/src/pages/components/Label.svelte @@ -1,4 +1,4 @@ - + diff --git a/src/pages/popup_src/Buttons.svelte b/src/pages/popup_src/Buttons.svelte index 55d40dd..992ed8e 100644 --- a/src/pages/popup_src/Buttons.svelte +++ b/src/pages/popup_src/Buttons.svelte @@ -106,7 +106,7 @@ }) }} > - + {/if} @@ -121,12 +121,12 @@ window.close() })} > - + {/if} - {:else} - - @@ -238,4 +238,13 @@ margin-right: 0; margin-left: 5px; } + + :global(.margin) { + margin-right: 5px; + margin-left: 0; + } + :global(.margin_rtl) { + margin-right: 0; + margin-left: 5px; + }