Add files via upload

This commit is contained in:
niubility000 2021-10-13 08:31:47 +08:00 committed by GitHub
parent deabc80fd7
commit fd99cadec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,9 +84,11 @@ header .menu-button {
#search #input { #search #input {
background-color: #f5f5f5; background-color: #f5f5f5;
display: flex; display: flex;
padding: 0.75em; height: 3em;
padding: 0em 0.75em 0.0em 0.75em;
border-radius: 0.3em; border-radius: 0.3em;
transition: .1s ease all; transition: .1s ease all;
align-items: center; align-items: center;
z-index: 2; z-index: 2;
} }