Elastic: Fix date button in calendar search bar, hide on desktop, show on mobile
This commit is contained in:
parent
ad6654c3d8
commit
dd3c88b03e
1 changed files with 10 additions and 4 deletions
|
@ -1764,6 +1764,16 @@ body.task-calendar {
|
|||
}
|
||||
}
|
||||
|
||||
.searchbar a.button.date {
|
||||
@media screen and (min-width: (@screen-width-small + 1px)) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:before {
|
||||
line-height: 1.25;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: @screen-width-small) {
|
||||
.fc {
|
||||
.fc-header-left {
|
||||
|
@ -1918,7 +1928,3 @@ body.task-calendar {
|
|||
color: @color-black-shade-text;
|
||||
}
|
||||
}
|
||||
|
||||
.searchbar a.button.date:before {
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue