diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 12:26:25 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 12:26:25 -0600 |
commit | a014b4e6cbe9c397233c2ffe16c4417c68d1f15f (patch) | |
tree | 830c2c38e94448650c419f743ce3668c4561dc15 /src/view/shell | |
parent | ac655a0cf4170b87cd0865580844c09d95546a66 (diff) | |
download | voidsky-a014b4e6cbe9c397233c2ffe16c4417c68d1f15f.tar.zst |
Tweak approach to the viewheader
Diffstat (limited to 'src/view/shell')
-rw-r--r-- | src/view/shell/web/DesktopHeader.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/web/DesktopHeader.tsx b/src/view/shell/web/DesktopHeader.tsx index bc72b40ba..de0b2a218 100644 --- a/src/view/shell/web/DesktopHeader.tsx +++ b/src/view/shell/web/DesktopHeader.tsx @@ -199,7 +199,7 @@ const styles = StyleSheet.create({ }, navItemCount: { position: 'absolute', - top: -5, + top: 0, left: 15, backgroundColor: colors.red3, color: colors.white, |