mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 05:28:58 +01:00
wooooo new navbar
how fun innit
This commit is contained in:
parent
a6cf288c56
commit
9bd7a2f2ce
1 changed files with 24 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!--
|
<!--
|
||||||
This Source Code Form is subject to the terms of the GNU General Public License:
|
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)
|
Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube)
|
||||||
|
@ -178,14 +178,34 @@ src:url('https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto
|
||||||
<style>
|
<style>
|
||||||
nav .right {
|
nav .right {
|
||||||
display: flex;
|
display: flex;
|
||||||
border-radius: 36px;
|
border-radius: 5px;
|
||||||
justify-content: normal;
|
justify-content: normal;
|
||||||
margin-left: 80px;
|
margin-left: 80px;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
margin-right: 30px;
|
margin-right: 30px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #131313;
|
background: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav .left {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-start;
|
||||||
|
align-items: center;
|
||||||
|
border-radius: 5px;
|
||||||
|
background: black;
|
||||||
|
padding-left: 0px;
|
||||||
|
margin-right: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav .middle {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
border-radius: 5px;
|
||||||
|
background: black;
|
||||||
|
margin-left: 100px;
|
||||||
|
margin-right: 100px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- STYLES END -->
|
<!-- STYLES END -->
|
||||||
|
@ -194,7 +214,7 @@ background-color: #131313;
|
||||||
|
|
||||||
<div class="app" style="color:#fff">
|
<div class="app" style="color:#fff">
|
||||||
<nav>
|
<nav>
|
||||||
<div class=left><a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="width: 6em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"> </a> </div>
|
<div class=left><a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="width: 6em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"> </a> </div>
|
||||||
<div class=middle>
|
<div class=middle>
|
||||||
<form action=/search><input class=search-bar autocomplete="on" id=fname name=query style="color:#fff;font-family:Inter,sans-serif;"> <button class="btn btn-success" type=submit><i class="fa-light fa-search"></i></button></form>
|
<form action=/search><input class=search-bar autocomplete="on" id=fname name=query style="color:#fff;font-family:Inter,sans-serif;"> <button class="btn btn-success" type=submit><i class="fa-light fa-search"></i></button></form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue