Skip to content

Commit

Permalink
Fixed In RTL, hamburger needs margin.
Browse files Browse the repository at this point in the history
Thanks to mohammadZahedian and xet7 !

Fixes #5337
  • Loading branch information
xet7 committed Mar 10, 2024
1 parent 3fa61ac commit abd3c95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/components/cards/minicard.css
Expand Up @@ -56,10 +56,12 @@
float: right;
font-size: 18px;
padding-right: 30px;
padding-left: 10px;
}
.minicard-details-menu {
float: right;
font-size: 18px;
padding-left: 10px;
}
@media print {
.minicard-details-menu,
Expand Down

0 comments on commit abd3c95

Please sign in to comment.