mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:18:27 +01:00
new searchbar ui!!!
This commit is contained in:
parent
7b0927060b
commit
e75c748dad
1 changed files with 2 additions and 2 deletions
|
@ -1184,7 +1184,7 @@ nav .middle .search-bar {
|
||||||
nav .middle button {
|
nav .middle button {
|
||||||
display: flex;
|
display: flex;
|
||||||
transform: translate(22em, -1.25em);
|
transform: translate(22em, -1.25em);
|
||||||
background: #454545;
|
background: none !important;
|
||||||
color: #999;
|
color: #999;
|
||||||
padding: 10px 10px;
|
padding: 10px 10px;
|
||||||
border: 1px;
|
border: 1px;
|
||||||
|
@ -1274,7 +1274,7 @@ nav .right img {
|
||||||
}
|
}
|
||||||
|
|
||||||
nav .middle .search-bar {
|
nav .middle .search-bar {
|
||||||
border-radius: 2em !important;
|
border-radius: 8px !important;
|
||||||
font-family: "poketube flex", sans-serif !important;
|
font-family: "poketube flex", sans-serif !important;
|
||||||
font-weight: 850 !important;
|
font-weight: 850 !important;
|
||||||
font-stretch: extra-expanded !important;
|
font-stretch: extra-expanded !important;
|
||||||
|
|
Loading…
Reference in a new issue