mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
remove unnecessary usage of headerHeight
This commit is contained in:
@@ -173,7 +173,7 @@ export default function Layout(props: LayoutProps) {
|
||||
axis="x"
|
||||
defaultPosition={{
|
||||
x: sidebarWidth,
|
||||
y: Constants.layout.headerHeight,
|
||||
y: 0,
|
||||
}}
|
||||
bounds={{
|
||||
left: 120,
|
||||
|
||||
Reference in New Issue
Block a user