diff --git a/src/admin/components/other/processes-popup.vue b/src/admin/components/other/processes-popup.vue index b15cd5c31..b2abd036d 100644 --- a/src/admin/components/other/processes-popup.vue +++ b/src/admin/components/other/processes-popup.vue @@ -87,7 +87,7 @@ class="icon has-text-tertiary"> diff --git a/src/admin/pages/lists/items-page.vue b/src/admin/pages/lists/items-page.vue index 83cccc823..ea41a0e72 100644 --- a/src/admin/pages/lists/items-page.vue +++ b/src/admin/pages/lists/items-page.vue @@ -20,7 +20,7 @@ :is-full-page="false" :active.sync="isLoadingFilters"/> -
+
{{ $i18n.get('advanced_search') }} + class="is-size-7 is-secondary is-pulled-right is-hidden-mobile">{{ $i18n.get('advanced_search') }}

{{ $i18n.get('filters') }}

+
@@ -936,6 +958,15 @@ display: block; transition: visibility ease 0.5s, display ease 0.5s; + @media screen and (max-width: 769px) { + width: 100%; + top: 92px; + + h3 { + margin-top: 0 !important; + } + } + h3 { font-size: 100%; margin-top: 48px; @@ -998,6 +1029,10 @@ .spaced-to-right { margin-left: $filter-menu-width; + + @media screen and (max-width: 769px) { + margin-left: 0px !important; + } } .search-control {