From 1a052d1261bed8e5cb78675c0ff1b0330bed7a09 Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 30 Apr 2020 23:06:01 -0400 Subject: [PATCH] UX: Style and alignment adjustments --- common/common.scss | 5 +++++ desktop/desktop.scss | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/common/common.scss b/common/common.scss index 214fd4e..a642d2c 100644 --- a/common/common.scss +++ b/common/common.scss @@ -62,10 +62,15 @@ body textarea { right: 1em; } +.gap { + margin-top: 1em; +} + .post-notice { border: none; background: transparent; margin-left: 50px; + margin-top: 0.75em; } .popup-menu button { diff --git a/desktop/desktop.scss b/desktop/desktop.scss index 2d3233d..3abd263 100644 --- a/desktop/desktop.scss +++ b/desktop/desktop.scss @@ -66,7 +66,7 @@ @include boxShadow; background-color: lighten($secondary, 10%); margin-top: 10px; - border-radius: 2px; + border-radius: 4px; padding: 15px 20px 0 20px; } @@ -172,8 +172,8 @@ .widget-button.btn.create { border-radius: 50%; position: absolute; - top: 50px; - left: -18px; + top: 55px; + left: -10px; background-color: $tertiary; @include buttonShadow; overflow: hidden; @@ -216,7 +216,7 @@ background-color: lighten($secondary, 10%); margin-top: 10px; padding: 20px; - border-radius: 2px; + border-radius: 4px; } @keyframes background-fade-highlight { @@ -253,7 +253,7 @@ } .widget-button.btn.create { left: initial; - right: -18px; + right: -10px; } .widget-button.btn.notifications-dropdown { right: initial;