.section-panel-left { left: 0; } #panel-left-toggle:not(:checked), #panel-left-toggle:checked { position: absolute; top: -100%; } .panel-left-icon { cursor: pointer !important; border: 2px solid transparent; } .profile-navigation { display: flex; flex-direction: column; } /* FEED NAVIGATION / PLUGINS */ .feed-nav { margin-bottom: var(--medium); } .feed-nav a { display: flex; } .feed-nav hr { flex: 1; background: linear-gradient(90deg, var(--accent), transparent); } .feed-nav a { color: var(--foreground); } .feed-nav .active { color: var(--foreground); } .main-nav a { display: flex; flex-direction: column; } .footer { margin-top: auto; font-size: var(--default); } @media only screen and (min-width: 1281px) { .panel-left-icon { display: none; } }