mirror of
https://github.com/wekan/wekan.git
synced 2026-01-20 16:26:09 +01:00
Made ☰ menu buttons bigger at minicard and list.
Thanks to mohammadZahedian and xet7 ! Fixes #4303
This commit is contained in:
parent
67838ae29e
commit
c2cf850179
2 changed files with 5 additions and 2 deletions
|
|
@ -45,12 +45,12 @@
|
|||
}
|
||||
.minicard-details-menu-with-handle {
|
||||
float: right;
|
||||
font-size: 14px;
|
||||
font-size: 18px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
.minicard-details-menu {
|
||||
float: right;
|
||||
font-size: 14px;
|
||||
font-size: 18px;
|
||||
}
|
||||
@media print {
|
||||
.minicard-details-menu,
|
||||
|
|
|
|||
|
|
@ -112,6 +112,9 @@
|
|||
color: #4d4d4d;
|
||||
padding-left: 4px;
|
||||
}
|
||||
.js-open-list-menu {
|
||||
font-size: 18px;
|
||||
}
|
||||
.list-body {
|
||||
flex: 1 1 auto;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue