mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +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;
|
||||
overflow: auto;
|
||||
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 */
|
||||
#sidebarResponsive,
|
||||
|
@ -93,8 +93,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="shoppinglist-main" class="row d-print-none">
|
||||
<div class="col-xs-12 col-md-8 pb-3">
|
||||
<div id="shoppinglist-main" class="row d-print-none fullscreen-no-gutters">
|
||||
<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="#">
|
||||
<i class="fas fa-expand-arrows-alt"></i> {{ $__t('Normal view') }}
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user