From e941da646db1bfd52a636ad263308184563c6ba5 Mon Sep 17 00:00:00 2001 From: Tanza3D Date: Tue, 26 Sep 2023 22:12:22 +0100 Subject: [PATCH] Move sidebar by 10px for more even padding --- src/view/shell/desktop/RightNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx index 12ca256d21..d7dd0e6ada 100644 --- a/src/view/shell/desktop/RightNav.tsx +++ b/src/view/shell/desktop/RightNav.tsx @@ -123,7 +123,7 @@ const styles = StyleSheet.create({ position: 'absolute', top: 20, // @ts-ignore web only - left: 'calc(50vw + 310px)', + left: 'calc(50vw + 320px)', width: 304, },