From f2b81dfeee8a6a5f9976c5142873463d47ed55c7 Mon Sep 17 00:00:00 2001 From: Piyush Date: Fri, 11 Sep 2026 07:40:39 +0000 Subject: [PATCH] overlapping of black and white borders on folders are removed from the grid view and the loading spinner progress bar has been adjusted to not overlap --- css/apps/files.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/css/apps/files.scss b/css/apps/files.scss index 8cecee0..44e852d 100644 --- a/css/apps/files.scss +++ b/css/apps/files.scss @@ -510,7 +510,7 @@ table.files-filestable { @media (min-width: $breakpoint-mobile-small) and (max-width: $breakpoint-mobile-medium) { .upload-picker__progress { - width: 300px; + width: 280px; max-width: 320px; margin-right: 3rem; margin-top: 23px; @@ -522,7 +522,7 @@ table.files-filestable { @media (min-width: $breakpoint-mobile-medium) and (max-width: $breakpoint-mobile) { .upload-picker__progress { margin-right: 2rem; - width: 260px; + width: 190px; } } @@ -1029,11 +1029,16 @@ table.files-filestable { padding: 0.5rem; width: calc(100% - 1.75rem); margin: 1.75rem 0 0; + box-shadow: none !important; } .files-list__row-name-text { - padding: 0; margin: 0; + padding: 3px; + + span { + outline: none; + } } display: grid;