Make remote connect buttons icon-only

This commit is contained in:
Shantur Rathore
2025-12-03 22:10:53 +00:00
parent 0ca39d2fb0
commit 97f78bb337
2 changed files with 1 additions and 3 deletions

View File

@@ -234,11 +234,10 @@ const FolderSelectionView: Component<FolderSelectionViewProps> = (props) => {
<div class="absolute top-4 right-6">
<button
type="button"
class="selector-button selector-button-secondary inline-flex items-center gap-2"
class="selector-button selector-button-secondary inline-flex items-center justify-center"
onClick={() => props.onOpenRemoteAccess?.()}
>
<Cast class="w-4 h-4" />
<span>Remote connect</span>
</button>
</div>
</Show>

View File

@@ -46,7 +46,6 @@ const InstanceTabs: Component<InstanceTabsProps> = (props) => {
aria-label="Remote connect"
>
<Cast class="w-4 h-4" />
Remote connect
</button>
</Show>