mirror of
https://github.com/PaiGramTeam/luoxu-api-pub.git
synced 2024-11-21 22:58:21 +00:00
minor fixes
This commit is contained in:
parent
c772025148
commit
1879828e71
@ -208,7 +208,7 @@
|
||||
#searchbox input[type=search] {
|
||||
flex-grow: 1;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
@media (max-width: 700px) {
|
||||
#searchbox {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
@ -75,7 +75,7 @@
|
||||
function update_value() {
|
||||
if(input.value) {
|
||||
input.value = selected_name
|
||||
}else{
|
||||
}else if(selected != null){
|
||||
selected = null
|
||||
selected_name = ''
|
||||
}
|
||||
@ -154,6 +154,7 @@
|
||||
}
|
||||
input {
|
||||
padding-left: 2.5em;
|
||||
width: 100%;
|
||||
}
|
||||
input, ul {
|
||||
border-radius: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user