Skip to content

Commit

Permalink
fix: doc alignments in action buttons for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitFicus committed Nov 19, 2024
1 parent 6c31f41 commit 3fb89ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions izanami-frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,9 @@ header .nav-link {
justify-content: center;
width: 24px;
}

@-moz-document url-prefix() {
[class*=" bi-three-dots-vertical"]::before {
vertical-align: -0.25em;
}
}

0 comments on commit 3fb89ff

Please sign in to comment.