From fd1d564f0326f5f4a7e23007f219c6f98dd1d868 Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Tue, 3 Nov 2020 19:44:01 +0100 Subject: [PATCH] :sparkles: Fix grid gaps --- .../resources/styles/main/partials/dashboard-header.scss | 2 +- frontend/resources/styles/main/partials/dashboard-team.scss | 3 +-- frontend/resources/styles/main/partials/dashboard.scss | 2 +- frontend/resources/styles/main/partials/viewer-header.scss | 5 ++--- .../resources/styles/main/partials/workspace-header.scss | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/frontend/resources/styles/main/partials/dashboard-header.scss b/frontend/resources/styles/main/partials/dashboard-header.scss index 30fae12c71..f20595b41b 100644 --- a/frontend/resources/styles/main/partials/dashboard-header.scss +++ b/frontend/resources/styles/main/partials/dashboard-header.scss @@ -12,7 +12,7 @@ background-color: $color-white; display: flex; height: 63px; - padding: $x-small $small; + padding: $x-small $medium $x-small $small; position: relative; z-index: 10; justify-content: space-between; diff --git a/frontend/resources/styles/main/partials/dashboard-team.scss b/frontend/resources/styles/main/partials/dashboard-team.scss index b118f85318..6c0f4fa019 100644 --- a/frontend/resources/styles/main/partials/dashboard-team.scss +++ b/frontend/resources/styles/main/partials/dashboard-team.scss @@ -123,7 +123,6 @@ display: flex; max-width: 324px; width: 324px; - height: 100px; background-color: $color-white; flex-direction: column; padding: 12px; @@ -139,7 +138,7 @@ .name { margin-top: 10px; - font-size: $fs32; + font-size: $fs28; color: $color-black; @include text-ellipsis; margin-right: 90px; diff --git a/frontend/resources/styles/main/partials/dashboard.scss b/frontend/resources/styles/main/partials/dashboard.scss index 58cf587998..2aed67220e 100644 --- a/frontend/resources/styles/main/partials/dashboard.scss +++ b/frontend/resources/styles/main/partials/dashboard.scss @@ -12,7 +12,7 @@ border-top-right-radius: $br-huge; border-top-left-radius: $br-huge; flex: 1 0 0; - margin-right: $small; + margin-right: $medium; overflow-y: auto; &.search { diff --git a/frontend/resources/styles/main/partials/viewer-header.scss b/frontend/resources/styles/main/partials/viewer-header.scss index a123a74713..97e076b1be 100644 --- a/frontend/resources/styles/main/partials/viewer-header.scss +++ b/frontend/resources/styles/main/partials/viewer-header.scss @@ -247,8 +247,7 @@ position: absolute; left: 0; z-index: 12; - width: 200px; - max-height: 30rem; + max-height: 31rem; min-width: 7rem; overflow-y: auto; @@ -261,7 +260,7 @@ cursor: pointer; font-size: $fs14; display: flex; - padding: $small $small $small 25px; + padding: $small $medium $small 25px; &.selected { background-image: url(/images/icons/tick.svg); diff --git a/frontend/resources/styles/main/partials/workspace-header.scss b/frontend/resources/styles/main/partials/workspace-header.scss index fb340c3f40..060688ff9d 100644 --- a/frontend/resources/styles/main/partials/workspace-header.scss +++ b/frontend/resources/styles/main/partials/workspace-header.scss @@ -149,7 +149,7 @@ li { cursor: pointer; font-size: $fs14; - padding: $small $x-small; + padding: $small; display: flex; justify-content: space-between;