Filter field for mobile
This commit is contained in:
@ -249,7 +249,7 @@
|
||||
border-radius: 3px;
|
||||
|
||||
.title {
|
||||
padding: 16px 20px;
|
||||
padding: 14px 18px;
|
||||
box-sizing: border-box;
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
||||
@ -269,7 +269,7 @@
|
||||
|
||||
.menu-item-wrapper {
|
||||
.menu-item {
|
||||
padding: 16px 20px;
|
||||
padding: 14px 18px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
|
||||
@ -39,4 +39,21 @@
|
||||
background: $grey;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#context-menu {
|
||||
.filter-field {
|
||||
display: block;
|
||||
|
||||
.fa {
|
||||
top: 17px;
|
||||
left: 24px;
|
||||
}
|
||||
|
||||
input {
|
||||
padding: 14px 18px 14px 42px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user