1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-06-07 11:02:56 -04:00

change search bar

This commit is contained in:
v4ltages 2022-08-10 00:42:18 +03:00
parent 06a08e0ce8
commit 56a1c3097d
2 changed files with 37 additions and 30 deletions

View file

@ -278,7 +278,6 @@ nav {
display: flex;
justify-content: space-between;
height: 4em;
grid-template-columns: 20% 60% 20%
}
nav a {
@ -307,22 +306,28 @@ nav .left a i {
}
nav .middle {
display:flex;
justify-content:center;
align-items:center
display: flex;
justify-content: center;
align-items: center;
}
nav .middle .search-bar {
background:#222;
border:1px solid #444;
width:420px;
height:30px
display: flex;
transform: translateY(1em);
background: #222;
border: 1px solid #444;
width: 320px;
height: 30px
}
nav .middle button {
background:#454545;
color:#999;
padding:7px 25px
display: flex;
transform: translate(22em, -1.25em);
background: #454545;
color: #999;
padding: 10px 10px;
border: 1px;
border-radius: 50%;
}
nav .middle input {