diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index c269f49af..25afb4da7 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -66,6 +66,12 @@ h1, h2, h3, h4, h5, h6, font-weight: 400; } +.hide-mobile { + @media(max-width:767px) { + display: none; + } +} + .table-hover > tbody > tr:hover { background-color: $body-bg; } @@ -106,6 +112,7 @@ h1, h2, h3, h4, h5, h6, white-space: nowrap; overflow: hidden; max-width: 300px; + vertical-align: middle !important; } .wrap-table-cell { @@ -390,6 +397,11 @@ textarea { text-decoration: none; } } + + .app-list-item-progress { + height: 5px; + margin: 0 8px; + } } } @@ -1125,6 +1137,10 @@ multiselect { margin-bottom: 15px; padding: 10px 15px; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); + + @media(max-width:767px) { + padding: 0; + } } .card-small { diff --git a/dashboard/src/views/apps.html b/dashboard/src/views/apps.html index bf6e83380..79a01530d 100644 --- a/dashboard/src/views/apps.html +++ b/dashboard/src/views/apps.html @@ -206,27 +206,30 @@