mirror of
https://github.com/wekan/wekan.git
synced 2026-02-17 13:38:07 +01:00
Added faster way to do actions on minicard menu.
Thanks to mohammadZahedian, HT-Marley and xet7 ! Fixes #4303
This commit is contained in:
parent
37cecfe27d
commit
b70a6cb348
4 changed files with 75 additions and 1 deletions
|
|
@ -41,6 +41,15 @@
|
|||
overflow: hidden;
|
||||
transition: transform 0.2s, border-radius 0.2s;
|
||||
}
|
||||
.minicard-details-menu-with-handle {
|
||||
float: right;
|
||||
font-size: 14px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
.minicard-details-menu {
|
||||
float: right;
|
||||
font-size: 14px;
|
||||
}
|
||||
.minicard.linked-board .linked-icon,
|
||||
.minicard.linked-card .linked-icon {
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue