Give 44*44px clickable area for the icon-more button
Signed-off-by: Marin Treselj <marin.treselj@forlagshuset.no>
This commit is contained in:
committed by
Julius Härtl
parent
afa16ee3ba
commit
5d54772b1b
@@ -354,14 +354,13 @@ input.input-inline {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
padding: 6px;
|
||||||
.assigned-user {
|
.assigned-user {
|
||||||
margin-right: 5px;
|
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-controls {
|
.card-controls {
|
||||||
padding: 6px 10px;
|
|
||||||
background: $color-lightgrey;
|
background: $color-lightgrey;
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -375,14 +374,12 @@ input.input-inline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.icon-filetype-text {
|
.icon-filetype-text {
|
||||||
margin-right: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 0px;
|
padding: 22px;
|
||||||
margin-right: 0px;
|
margin: 0;
|
||||||
margin-top: 5px;
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -503,7 +500,7 @@ input.input-inline {
|
|||||||
|
|
||||||
.due {
|
.due {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin: 0 4px 0 -4px;
|
margin: 6px 4px 6px -4px;
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
|||||||
Reference in New Issue
Block a user