From dabeb1c732bb696deef14f53c573f217c15ebdb1 Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Thu, 20 Feb 2020 13:39:26 -0500 Subject: [PATCH] Fix pull-to-refresh and other small styling issues (#6214) [deploy] --- app/assets/stylesheets/index-comments.scss | 5 ++--- app/assets/stylesheets/scaffolds.scss | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/index-comments.scss b/app/assets/stylesheets/index-comments.scss index 3cef3259c..282d58107 100644 --- a/app/assets/stylesheets/index-comments.scss +++ b/app/assets/stylesheets/index-comments.scss @@ -8,10 +8,9 @@ @include themeable(border, theme-container-border, none); @include themeable(box-shadow, theme-container-box-shadow, $bold-shadow); margin: auto; - margin-bottom: 8px; - width: 94%; + width: 100%; @media screen and (min-width: 950px) { - width: 100%; + margin-bottom: 12px; } .breadcrumb { margin-top: 10px; diff --git a/app/assets/stylesheets/scaffolds.scss b/app/assets/stylesheets/scaffolds.scss index 16932c3e3..231fbfa48 100644 --- a/app/assets/stylesheets/scaffolds.scss +++ b/app/assets/stylesheets/scaffolds.scss @@ -28,8 +28,8 @@ body { } .ptr--ptr { - margin-top: 70px; - margin-bottom: -70px; + margin-top: 10px; + margin-bottom: -10px; } .modal-open { @@ -297,10 +297,10 @@ body.hidden-shell { display: none; } .container { - margin-top: 20px; + margin-top: 0px; } .universal-page-content-wrapper { - margin-top: 0px !important; + margin-top: -46px !important; margin-bottom: 30px; } }