From 5f36c5ad99f16cd29f67a43b0a521e1c3c963854 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Fri, 10 May 2024 23:23:08 +0800 Subject: [PATCH] remove instructions specific to navbar layout --- styles/layouts/all.css | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/styles/layouts/all.css b/styles/layouts/all.css index 4ada63c..21a8fbc 100644 --- a/styles/layouts/all.css +++ b/styles/layouts/all.css @@ -55,26 +55,6 @@ nav .input-field label { margin-right: 0.5em; } -.nav-wrapper { - position: fixed; - top: 0; - left: 0; - z-index: 10; -} - -.nav-wrapper + *, *:has(.nav-wrapper) + * { - margin-top: 56px; -} - -@media only screen and (min-width: 601px) { - .nav-wrapper + *, *:has(.nav-wrapper) + * { - margin-top: 64px; - } -} - -nav ul:not(.dropdown-content) > li > a { - height: 100%; -} @media only screen and (min-width: 601px) { .dual .container {