Skip to content

Commit 1366b5f

Browse files
authored
Merge pull request #327 from pratikb64/app-switcher-bug-fix
fix: app switcher dropdown alignment
2 parents 7cf8179 + 0eb2f16 commit 1366b5f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

wiki/public/scss/wiki.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,7 @@ ins {
13631363
justify-content: end;
13641364
height: 80%;
13651365
cursor: pointer;
1366+
align-items: center;
13661367
}
13671368

13681369
#navbar-dropdown-content {

wiki/wiki/doctype/wiki_page/templates/wiki_navbar.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@
1313
{%- endif -%}
1414
</a>
1515
<div id="navbar-dropdown">
16-
<div>
17-
<svg viewBox="0 0 24 24" width="16" height="16" stroke="currentColor" stroke-width="2" fill="none"
18-
stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1">
19-
<polyline points="6 9 12 15 18 9"></polyline>
20-
</svg>
21-
</div>
16+
<svg viewBox="0 0 24 24" width="16" height="16" stroke="currentColor" stroke-width="2" fill="none"
17+
stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1">
18+
<polyline points="6 9 12 15 18 9"></polyline>
19+
</svg>
2220
</div>
2321
<div id="navbar-dropdown-content" class="hide">
2422
<a href="/apps">

0 commit comments

Comments
 (0)