Skip to content

Commit

Permalink
fix header look
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhniebergall committed Jan 5, 2025
1 parent 43a5ee7 commit 6a47a36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions frontend/src/components/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,8 @@
background-color: #2b8ae6;
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(57, 156, 255, 0.3);
}

.report-bug-button {
margin-bottom: 1rem;
}
3 changes: 1 addition & 2 deletions frontend/src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ function Header({ title, subtitle, onLogoClick }) {

{/* Report bug button always visible when modal is open */}
<a className="report-bug-button" href="https://github.com/maxhniebergall/Aphori.st/issues">Report a Bug</a>
<hr/>
</div>
</div>
)}

{(title || subtitle) && (
Expand Down

0 comments on commit 6a47a36

Please sign in to comment.