Added a compact view for shopping list (for mobile shopping) (closes #453)

This commit is contained in:
Bernd Bestel
2020-01-24 22:05:08 +01:00
parent fd5a72264d
commit ad54253d72
8 changed files with 62 additions and 11 deletions

View File

@@ -57,6 +57,7 @@ a.discrete-link:focus {
top: 0;
left: 0;
overflow: auto;
background-color: #ffffff;
}
/* Fixes smooth scrolling on iOS */
@@ -65,7 +66,7 @@ a.discrete-link:focus {
-webkit-overflow-scrolling: touch;
}
.fullscreen-card .card-header {
.fullscreen-card .card-header-fullscreen {
z-index: 9999;
width: 100%;
position: fixed;