Make remote connect buttons icon-only
This commit is contained in:
@@ -234,11 +234,10 @@ const FolderSelectionView: Component<FolderSelectionViewProps> = (props) => {
|
|||||||
<div class="absolute top-4 right-6">
|
<div class="absolute top-4 right-6">
|
||||||
<button
|
<button
|
||||||
type="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?.()}
|
onClick={() => props.onOpenRemoteAccess?.()}
|
||||||
>
|
>
|
||||||
<Cast class="w-4 h-4" />
|
<Cast class="w-4 h-4" />
|
||||||
<span>Remote connect</span>
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</Show>
|
</Show>
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ const InstanceTabs: Component<InstanceTabsProps> = (props) => {
|
|||||||
aria-label="Remote connect"
|
aria-label="Remote connect"
|
||||||
>
|
>
|
||||||
<Cast class="w-4 h-4" />
|
<Cast class="w-4 h-4" />
|
||||||
Remote connect
|
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
</Show>
|
</Show>
|
||||||
|
|||||||
Reference in New Issue
Block a user