Elastic: Fix small regression

This commit is contained in:
Aleksander Machniak 2019-03-26 10:05:08 +01:00
parent a99b0de248
commit 6b7b6ce715
2 changed files with 1 additions and 5 deletions

View file

@ -4279,7 +4279,7 @@ window.rcmail && rcmail.addEventListener('init', function(evt) {
$('#timezone-display').appendTo($('.fc-header-toolbar > .fc-center')).removeClass('hidden');
$('#agendaoptions').detach().insertAfter('.fc-header-toolbar');
$('.content-frame-navigation a.button.date').appendTo('.content > .searchbar');
$('.content-frame-navigation a.button.date').appendTo('#layout-content > .searchbar');
// Mobile header title
if (window.MutationObserver) {

View file

@ -1257,10 +1257,6 @@ body.task-calendar {
@media screen and (min-width: (@screen-width-small + 1px)) {
display: none;
}
&:before {
line-height: 1.25;
}
}
@media screen and (max-width: @screen-width-small) {