Skip to content

Commit

Permalink
Adjust touch targets
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Sep 5, 2023
1 parent 497831a commit 13509bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/components/thirdheader.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const secondheader = (theme, site) => html`
>
<a
href="/"
style="padding: 0 0 0.1rem 0; flex: 1; text-decoration: none; color: inherit;"
style="display: flex; padding: 0 0 0.1rem 0; flex: 1; text-decoration: none; color: inherit;"
>
<div
class="filter-tab"
Expand Down
6 changes: 5 additions & 1 deletion src/web/src/Bell.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ const Bell = (props) => {
}

return (
<a title="Notifications" href={link} style={{ position: "relative" }}>
<a
title="Notifications"
href={link}
style={{ display: "inline-flex", position: "relative" }}
>
<i className="icon">
{window.location.pathname === "/activity" ? (
<BellSVGFull />
Expand Down

0 comments on commit 13509bb

Please sign in to comment.