From 85404767997c3df396ab639c03f4a173716bf382 Mon Sep 17 00:00:00 2001 From: russellballestrini Date: Wed, 30 Jan 2019 09:38:25 -0500 Subject: [PATCH] modified: diff.css modified: meta.css --- remarkbox_theme_meta/static/theme/meta/css/diff.css | 4 ++-- remarkbox_theme_meta/static/theme/meta/css/meta.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/remarkbox_theme_meta/static/theme/meta/css/diff.css b/remarkbox_theme_meta/static/theme/meta/css/diff.css index 9273407..4ae6c10 100644 --- a/remarkbox_theme_meta/static/theme/meta/css/diff.css +++ b/remarkbox_theme_meta/static/theme/meta/css/diff.css @@ -45,7 +45,7 @@ button.link { .remarkbox-menu { width: 100%; position: fixed; - top: 94px; + top: 85px; left: 0; background-color: #fcf9f9; } @@ -74,7 +74,7 @@ button.link { } .avatar-nav { - margin-right: 16px; + margin-left: 16px; } ol, ul { diff --git a/remarkbox_theme_meta/static/theme/meta/css/meta.css b/remarkbox_theme_meta/static/theme/meta/css/meta.css index fac5718..2b7f274 100644 --- a/remarkbox_theme_meta/static/theme/meta/css/meta.css +++ b/remarkbox_theme_meta/static/theme/meta/css/meta.css @@ -118,14 +118,14 @@ li { .has-docked-nav .navbar { display: block; - padding-top: 15px; - padding-bottom: 10px; + padding-top: 10px; + padding-bottom: 4px; border-bottom: 1px solid #eee; } .navlinks { float: right; - padding-right: 40px; + padding-right: 20px; padding-top: 10px; }