diff --git a/src/styles/components/gantt.scss b/src/styles/components/gantt.scss index e5e55353da..29e3a632c4 100644 --- a/src/styles/components/gantt.scss +++ b/src/styles/components/gantt.scss @@ -198,7 +198,7 @@ $gantt-vertical-border-color: lighten($grey, 45); } .filter-container { - margin-top: -133px; + margin-top: -136px; } } diff --git a/src/styles/components/list.scss b/src/styles/components/list.scss index 49ae6190fd..35708005fa 100644 --- a/src/styles/components/list.scss +++ b/src/styles/components/list.scss @@ -66,7 +66,7 @@ max-width: 180px; position: absolute; right: 1.5em; - margin-top: -56px; + margin-top: -59px; z-index: 4; .items { @@ -85,7 +85,6 @@ .card { text-align: left; margin-top: calc(1rem - 1px); - float: right; } .fancycheckbox { @@ -125,10 +124,14 @@ @media screen and (max-width: $tablet) { position: static; - margin: 1rem 0; + margin: 0 0 1rem 0; max-width: 100%; min-width: auto; + .items { + justify-content: center; + } + .search { width: 100%; @@ -141,16 +144,16 @@ .link-share-container .gantt-chart-container .filter-container, .gantt-chart-container .filter-container { - margin-top: -133px; + margin-top: -136px; } .link-share-container .list-view .filter-container { - margin-top: -44px; + margin-top: -47px; } .link-share-container .filter-container { right: 9rem; - margin-top: -56px; + margin-top: -59px; } .list-namespace-title { diff --git a/src/styles/components/switch-view.scss b/src/styles/components/switch-view.scss index c01362dfcb..ef3efccf93 100644 --- a/src/styles/components/switch-view.scss +++ b/src/styles/components/switch-view.scss @@ -5,8 +5,8 @@ font-size: .8em; box-shadow: 0.3em 0.3em 0.8em darken($light, 6); height: $switch-view-height; - margin-bottom: 1em; - + margin-bottom: 1rem; + a { padding: .5em; display: inline-block; @@ -38,3 +38,10 @@ } } } + +@media screen and (max-width: $tablet) { + .switch-view-container { + display: flex; + justify-content: center; + } +} diff --git a/src/views/list/ShowList.vue b/src/views/list/ShowList.vue index 8179ea2062..09b78bb502 100644 --- a/src/views/list/ShowList.vue +++ b/src/views/list/ShowList.vue @@ -3,27 +3,29 @@ :class="{ 'is-loading': listService.loading}" class="loader-container" > -
- - List - - - Gantt - - - Table - - - Kanban - +
+
+ + List + + + Gantt + + + Table + + + Kanban + +
This list is archived.