1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-13 20:24:06 +00:00

Reamed btn-sm class to button-small

This commit is contained in:
2023-05-30 19:40:12 +02:00
parent 313153d01d
commit 6513eab608
7 changed files with 15 additions and 15 deletions

View File

@ -23,7 +23,7 @@
{tab.title}
</button>
{#if tab.closable}
<button class="btn-sm" on:click={() => dispatch('closeTab', tab.key)}>
<button class="button-small" on:click={() => dispatch('closeTab', tab.key)}>
<Icon name="x" />
</button>
{/if}
@ -89,7 +89,7 @@
cursor: not-allowed;
}
.btn-sm {
.button-small {
position: absolute;
right: 7px;
top: 7px;