Skip to content

Commit

Permalink
fix: app switcher dropdown alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikb64 committed Jan 24, 2025
1 parent 7cf8179 commit 0eb2f16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions wiki/public/scss/wiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,7 @@ ins {
justify-content: end;
height: 80%;
cursor: pointer;
align-items: center;
}

#navbar-dropdown-content {
Expand Down
10 changes: 4 additions & 6 deletions wiki/wiki/doctype/wiki_page/templates/wiki_navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@
{%- endif -%}
</a>
<div id="navbar-dropdown">
<div>
<svg viewBox="0 0 24 24" width="16" height="16" stroke="currentColor" stroke-width="2" fill="none"
stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</div>
<svg viewBox="0 0 24 24" width="16" height="16" stroke="currentColor" stroke-width="2" fill="none"
stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</div>
<div id="navbar-dropdown-content" class="hide">
<a href="/apps">
Expand Down

0 comments on commit 0eb2f16

Please sign in to comment.