From 65dc733855008465586f00c8d32a8ebc37c0e650 Mon Sep 17 00:00:00 2001 From: Romaric Mourgues Date: Mon, 15 May 2023 15:24:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Minor=20fixes=20(#49)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix #43 * Fix #44 --- tdrive/frontend/src/app/components/menus/menu.scss | 2 +- .../app/components/search-popup/parts/drive-item-result.tsx | 6 +++--- tdrive/frontend/src/app/views/client/body/drive/index.tsx | 4 ++++ .../src/app/views/client/body/drive/modals/create/index.tsx | 2 +- tdrive/frontend/src/app/views/client/body/drive/shared.tsx | 6 +++--- tdrive/frontend/src/app/views/client/common/account.tsx | 2 ++ tdrive/frontend/src/app/views/client/common/search.tsx | 5 ++++- 7 files changed, 18 insertions(+), 9 deletions(-) diff --git a/tdrive/frontend/src/app/components/menus/menu.scss b/tdrive/frontend/src/app/components/menus/menu.scss index d5ca7c6d..f1466eff 100755 --- a/tdrive/frontend/src/app/components/menus/menu.scss +++ b/tdrive/frontend/src/app/components/menus/menu.scss @@ -217,7 +217,7 @@ } .menu-separator { - border-top: 1px solid var(--grey-background); + border-top: 1px solid #88888844; height: 8px; margin-top: 8px; width: auto; diff --git a/tdrive/frontend/src/app/components/search-popup/parts/drive-item-result.tsx b/tdrive/frontend/src/app/components/search-popup/parts/drive-item-result.tsx index 4add9b1f..d5556999 100644 --- a/tdrive/frontend/src/app/components/search-popup/parts/drive-item-result.tsx +++ b/tdrive/frontend/src/app/components/search-popup/parts/drive-item-result.tsx @@ -46,7 +46,7 @@ export default (props: { driveItem: DriveItem & { user?: UserType } }) => { return (
openViewer(file)} > @@ -74,7 +74,7 @@ export default (props: { driveItem: DriveItem & { user?: UserType } }) => { >