Skip to content

Commit

Permalink
Attempt to fix safari issues (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnScolaro authored Oct 25, 2023
1 parent fd70b76 commit 58ec230
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/components/top_bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface TopBarProps {

export default function TopBar({ sidebarVisible, toggleSidebar }: TopBarProps) {
return (
<div className="bg-green-600 flex justify-between p-2 mt-2 ml-2 mr-2 rounded-lg h-14">
<div className="bg-green-600 flex justify-between p-2 mt-2 ml-2 mr-2 rounded-lg h-14 max-h-14">
<div className="lg:hidden">
<BurgerMenuIcon isBurgerIcon={!sidebarVisible} toggleIcon={toggleSidebar} />
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/top_bar_splash_page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Image from "next/image";

export default function TopBarSplashPage() {
return (
<div className="bg-green-600 flex justify-between p-2 mt-2 ml-2 mr-2 rounded-lg h-14">
<div className="bg-green-600 flex justify-between p-2 mt-2 ml-2 mr-2 rounded-lg h-14 max-h-14">
<Link href="/" className="text-white text-2xl font-bold">
<span className="align-middle">Active Statistics</span>
</Link>
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/github-mark-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 58ec230

Please sign in to comment.