diff --git a/src/components/ui/Header.tsx b/src/components/ui/Header.tsx index 3750704c..9f3f5d8c 100644 --- a/src/components/ui/Header.tsx +++ b/src/components/ui/Header.tsx @@ -80,6 +80,7 @@ const Header = styled.div` props.borders && css` border-start-start-radius: 8px; + border-end-start-radius: 8px; `} `; diff --git a/src/pages/RevoltApp.tsx b/src/pages/RevoltApp.tsx index 34a16a4c..be3128c1 100644 --- a/src/pages/RevoltApp.tsx +++ b/src/pages/RevoltApp.tsx @@ -79,7 +79,6 @@ const Routes = styled.div.attrs({ "data-component": "routes" })<{ export default function App() { const path = useLocation().pathname; - const layout = useApplicationState().layout; const fixedBottomNav = path === "/" || path === "/settings" || path.startsWith("/friends"); const inChannel = path.includes("/channel"); @@ -122,11 +121,7 @@ export default function App() { height: 50, }} docked={isTouchscreenDevice ? Docked.None : Docked.Left}> - +