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; }