mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
search bar fixes
This commit is contained in:
parent
385f6364d8
commit
cec42ead99
@ -535,9 +535,11 @@ nav .right img {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1000px) {
|
@media screen and (min-width: 865px) {
|
||||||
.btn.btn-success {
|
.btn.btn-success {
|
||||||
transform: translate(21em, -1.25em) !important;
|
transform: translate(21em, -1.25em) !important;
|
||||||
|
/* Old webkit based browsers */
|
||||||
|
-webkit-transform: translate(21em, -1.25em) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user