Commit 56fa41a93d30bc50b76f844c727558814f88a8f6
1 parent
37abc2e7
123
Showing
1 changed file
with
5 additions
and
3 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1717,13 +1717,15 @@ p.right{text-align: right;} |
1717 | 1717 | .menu .openmenu{ |
1718 | 1718 | position: absolute; |
1719 | 1719 | z-index: 1; |
1720 | - width: 25px; | |
1721 | - height: 25px; | |
1720 | + width: 40px; | |
1721 | + height: 40px; | |
1722 | + top: 2%; | |
1723 | + left: 2%; | |
1722 | 1724 | font-size: 24px; |
1723 | 1725 | justify-content: center; |
1724 | 1726 | align-items: center; |
1725 | 1727 | font-weight: bold; |
1726 | - display:none; | |
1728 | + display: none; | |
1727 | 1729 | } |
1728 | 1730 | .dropd_menu:before { |
1729 | 1731 | position: absolute; | ... | ... |