From 5ba590fcdbbb0c8935a64fdd190b127456293528 Mon Sep 17 00:00:00 2001 From: Piyush Date: Fri, 15 May 2026 06:46:10 +0000 Subject: [PATCH] spaces adjusted to have a spinner away from progress bar --- css/apps/files.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/apps/files.scss b/css/apps/files.scss index 88aff11..32838ac 100644 --- a/css/apps/files.scss +++ b/css/apps/files.scss @@ -465,6 +465,10 @@ table.files-filestable { .upload-picker__progress { width: 320px; max-width: 320px; + + //Adjusting the position of the progress bar to align with the secondary loader + margin-right: 6rem; + margin-top: 23px; } .files-list__refresh-icon {