Skip to content

Commit

Permalink
Sidebar safari header (#81)
Browse files Browse the repository at this point in the history
* fix: links open on new tab for F5 sites dropdown

* fix: fixed sidebar icon alignment issue on safari
  • Loading branch information
lamATnginx authored Sep 27, 2024
1 parent 87024ca commit e09d128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions assets/css/f5-hugo.css
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,9 @@ main a:hover {
.sidebar-title {
font-size: 22px;
font-weight: 600 !important;
display: flex;
align-items: center;
gap: 5px;
}

#sidebar > h3 > a:hover {
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<ul>
{{ range $f5Sites }}
<li>
<a href="{{ .url }}">{{ .title }}</a>
<a href="{{ .url }}" target="_blank" >{{ .title }}</a>
<p>{{ .description }}</p>
</li>
{{ end }}
Expand Down

0 comments on commit e09d128

Please sign in to comment.