Adjust remote button placement

This commit is contained in:
Shantur Rathore
2025-12-03 22:02:50 +00:00
parent 1a0dd21540
commit 6d7bc813ed

View File

@@ -231,7 +231,7 @@ const FolderSelectionView: Component<FolderSelectionViewProps> = (props) => {
aria-busy={isLoading() ? "true" : "false"}
>
<Show when={props.onOpenRemoteAccess}>
<div class="flex justify-end mb-4">
<div class="absolute top-4 right-6">
<button
type="button"
class="selector-button selector-button-secondary inline-flex items-center gap-2"