From b3c1ff22d76204ce09236e8bf321f291561b4def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Nov 2018 15:11:06 -0500 Subject: [PATCH] Commit compiled CSS --- agaric/css/agaric.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/agaric/css/agaric.css b/agaric/css/agaric.css index 61ff169..72602a3 100644 --- a/agaric/css/agaric.css +++ b/agaric/css/agaric.css @@ -10246,13 +10246,11 @@ hr, .titlebar-bigborder, .media.media-comment, .media.media-comment + .media.med .is-fixed #logo .logo-color { fill: currentColor; } .is-fixed + section, - .is-fixed + .floating-tabs, .is-fixed + .floating-tabs + #main-content + section, .is-fixed + .floating-tabs + #main-content + .node > section:first-child { padding-top: 3.3125em; } @media screen and (min-width: 1024px) { .is-fixed + section, - .is-fixed + .floating-tabs, .is-fixed + .floating-tabs + #main-content + section, .is-fixed + .floating-tabs + #main-content + .node > section:first-child { padding-top: 5.875em; } } @@ -10448,10 +10446,13 @@ a.navbar-link:hover { .floating-tabs { position: absolute; - top: 250px; left: 0.75rem; z-index: 1; - background: rgba(255, 255, 255, 0.75); } + background: rgba(255, 255, 255, 0.75); + top: 3.3125em; } + @media screen and (min-width: 1024px) { + .floating-tabs { + top: 5.875em; } } a.card { display: block; }