From 8d5f6df02426d6f15a24230e2a01bfb8e67b2235 Mon Sep 17 00:00:00 2001 From: Gevorg Harutyunyan Date: Thu, 7 Sep 2017 02:25:07 +0400 Subject: [PATCH] Responsive fixes --- src/app/_common/sidebar/customize/customize.hbs | 2 +- src/app/dashboard/items/items-list.scss | 13 +++++++++---- src/app/dashboard/items/items.hbs | 8 ++++---- src/app/items/list/items-list-page.hbs | 6 +----- src/app/items/list/items-list.scss | 8 ++++++++ 5 files changed, 23 insertions(+), 14 deletions(-) diff --git a/src/app/_common/sidebar/customize/customize.hbs b/src/app/_common/sidebar/customize/customize.hbs index 6f218951..700ce394 100644 --- a/src/app/_common/sidebar/customize/customize.hbs +++ b/src/app/_common/sidebar/customize/customize.hbs @@ -14,7 +14,7 @@ -
+
diff --git a/src/app/dashboard/items/items-list.scss b/src/app/dashboard/items/items-list.scss index d96f056f..e8c48f57 100644 --- a/src/app/dashboard/items/items-list.scss +++ b/src/app/dashboard/items/items-list.scss @@ -4,16 +4,16 @@ // Common case styles .item-col-title { - flex-grow: 3 * $item-list-col-grow; + flex-grow: 3 * $item-list-col-grow; } .item-col-date { - text-align: right; + text-align: right; } @include media-up(xl) { .item-col-date { - flex-grow: $item-list-col-grow + 1; + flex-grow: $item-list-col-grow + 1; } } @@ -21,6 +21,11 @@ // Large mobile view @include media-down(sm) { + + .item-list-header { + display: none; + } + .item-row { padding: 0; } @@ -94,4 +99,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/app/dashboard/items/items.hbs b/src/app/dashboard/items/items.hbs index 289a6ead..2197c41b 100644 --- a/src/app/dashboard/items/items.hbs +++ b/src/app/dashboard/items/items.hbs @@ -24,7 +24,7 @@
- \ No newline at end of file + diff --git a/src/app/items/list/items-list-page.hbs b/src/app/items/list/items-list-page.hbs index f3afba0d..c09a28b9 100644 --- a/src/app/items/list/items-list-page.hbs +++ b/src/app/items/list/items-list-page.hbs @@ -66,10 +66,6 @@ items:

- {{!-- Search --}} - {{!--
-
--}} - @@ -90,7 +86,7 @@ items:
    -
  • +