mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_responsive: Hide search panel on small screens
This commit is contained in:
committed by
Splash
parent
f140935778
commit
2348633fb2
@@ -398,6 +398,9 @@ Other control panel buttons use icons to save space.</p>
|
||||
<li><p class="first">Breadcrumbs navigation is collapsed with a “back arrow” button.</p>
|
||||
<img alt="https://user-images.githubusercontent.com/973709/50965168-1d0ec500-14c9-11e9-82a0-dfee82ed0861.gif" src="https://user-images.githubusercontent.com/973709/50965168-1d0ec500-14c9-11e9-82a0-dfee82ed0861.gif" />
|
||||
</li>
|
||||
<li><p class="first">Search panel is hidden on small screens.</p>
|
||||
<img alt="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/search_panel.gif" src="https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/search_panel.gif" />
|
||||
</li>
|
||||
</ul>
|
||||
<p>Features for computers:</p>
|
||||
<ul>
|
||||
|
||||
BIN
web_responsive/static/img/search_panel.gif
Normal file
BIN
web_responsive/static/img/search_panel.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.1 MiB |
@@ -747,3 +747,13 @@ html .o_web_client .o_action_manager .o_action {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Search Panel
|
||||
@include media-breakpoint-down(sm) {
|
||||
// Hide search panel
|
||||
.o_controller_with_searchpanel {
|
||||
.o_search_panel {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user