mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 09:14:39 -05:00
Add 'css/watch-navbar.css'
This commit is contained in:
parent
2cb2fdb80c
commit
d7ead9b254
1 changed files with 48 additions and 0 deletions
48
css/watch-navbar.css
Normal file
48
css/watch-navbar.css
Normal file
|
@ -0,0 +1,48 @@
|
|||
/*
|
||||
|
||||
This Source Code Form is subject to the terms of the GNU General Public License:
|
||||
|
||||
Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube)
|
||||
|
||||
This program 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.
|
||||
|
||||
This program 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 this program. If not, see https://www.gnu.org/licenses/.
|
||||
|
||||
*/
|
||||
nav {
|
||||
background: #0f0b0b;
|
||||
}
|
||||
|
||||
nav .right {
|
||||
display: flex;
|
||||
border-radius: 5px;
|
||||
justify-content: normal;
|
||||
padding-left: 0px;
|
||||
align-items: center;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
nav .left {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
border-radius: 5px;
|
||||
padding-left: 0px;
|
||||
margin-right: 40px;
|
||||
}
|
||||
|
||||
nav .middle {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 5px;
|
||||
}
|
Loading…
Reference in a new issue