mirror of
https://github.com/grocy/grocy.git
synced 2025-08-07 06:53:30 +00:00
Improve shopping list compact view (references #453)
This commit is contained in:
parent
ce3b30f601
commit
6d4a15d372
@ -58,7 +58,14 @@ a.discrete-link:focus {
|
|||||||
left: 0;
|
left: 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fullscreen-no-gutters {
|
||||||
|
margin-left: 0 !important;
|
||||||
|
margin-right: 0 !important;
|
||||||
|
padding-left: 0 !important;
|
||||||
|
padding-right: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Fixes smooth scrolling on iOS */
|
/* Fixes smooth scrolling on iOS */
|
||||||
#sidebarResponsive,
|
#sidebarResponsive,
|
||||||
|
@ -93,8 +93,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="shoppinglist-main" class="row d-print-none">
|
<div id="shoppinglist-main" class="row d-print-none fullscreen-no-gutters">
|
||||||
<div class="col-xs-12 col-md-8 pb-3">
|
<div class="col-xs-12 col-md-8 pb-3 fullscreen-no-gutters">
|
||||||
<a id="shopping-list-normal-view-button" class="btn btn-outline-dark btn-block switch-view-mode-button d-none" href="#">
|
<a id="shopping-list-normal-view-button" class="btn btn-outline-dark btn-block switch-view-mode-button d-none" href="#">
|
||||||
<i class="fas fa-expand-arrows-alt"></i> {{ $__t('Normal view') }}
|
<i class="fas fa-expand-arrows-alt"></i> {{ $__t('Normal view') }}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user