refactor: ui change the cursor for upload-btn to a pointer (#291)

This commit is contained in:
sigoden 2023-11-21 16:24:59 +08:00 committed by GitHub
parent c352dab470
commit ae97c714d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,10 @@ body {
display: none;
}
.upload-file label {
cursor: pointer;
}
.searchbar {
display: flex;
flex-wrap: nowrap;