mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-07-17 16:39:45 +00:00
narrowed size of top buttons
This commit is contained in:
parent
4fa17a8285
commit
78b5044b81
2 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<span class="btn-group">
|
||||
<button class="btn btn-sm btn-active">ID</button>
|
||||
<button class="btn btn-sm capitalize">Device Name</button>
|
||||
<button class="btn btn-sm capitalize">Last Seen</button>
|
||||
<button class="btn btn-xs btn-active">ID</button>
|
||||
<button class="btn btn-xs capitalize">Device Name</button>
|
||||
<button class="btn btn-xs capitalize">Last Seen</button>
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -58,9 +58,9 @@
|
|||
><!-- device creation visibility button -->
|
||||
<div class="p-4">
|
||||
{#if newDeviceCardVisible == false}
|
||||
<button on:click={() => (newDeviceCardVisible = true)} class="btn btn-primary btn-sm capitalize" type="button">+ New Device</button>
|
||||
<button on:click={() => (newDeviceCardVisible = true)} class="btn btn-primary btn-xs capitalize" type="button">+ New Device</button>
|
||||
{:else}
|
||||
<button on:click={() => (newDeviceCardVisible = false)} class="btn btn-secondary btn-sm capitalize" type="button">- Hide New Device</button>
|
||||
<button on:click={() => (newDeviceCardVisible = false)} class="btn btn-secondary btn-xs capitalize" type="button">- Hide New Device</button>
|
||||
{/if}
|
||||
</div></td
|
||||
><td><SortDevices /></td></tr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue