/* Copyright 2023 0xf8.dev@proton.me This file is part of Galerie Galerie is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Galerie is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Galerie. If not, see . */ div#navbar { position: fixed; height: fit-content; width: 100vw; background-color: rgba(0,0,0, 0.1); z-index: 500; ul { display: flex; flex-direction: row; justify-content: left; padding: .4em 0 .5em 0; margin: 0; i { margin-right: .5em; } li{ list-style: none; padding: 0 1em; a{ color: rgba(255, 255, 255, 0.8); text-decoration: none; } } } }