Skip to content

Commit

Permalink
fix:修复右上角badge显示异常问题 (#2521)
Browse files Browse the repository at this point in the history
  • Loading branch information
finovy authored Feb 23, 2024
1 parent 535186c commit bf06ae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ table .glyphicon {
position: absolute;
transform: scale(.7);
transform-origin: top right;
right: .25rem;
margin-top: -1.5rem;
right: 0.5rem;
top: 1rem;
}

.nav-item:hover {
Expand Down
2 changes: 1 addition & 1 deletion common/templates/includes/topbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ul class="navbar-nav ml-auto">

<!-- Nav Item - Messages -->
<li class="nav-item dropdown no-arrow mx-1">
<li class="nav-item dropdown no-arrow mx-1 position-relative">
<a class="nav-link" href="/workflow/" role="button">
<i class="fa fa-envelope fa-fw"></i>
<!-- Counter - Messages -->
Expand Down

0 comments on commit bf06ae2

Please sign in to comment.