fix(ui/browser): move buttons to item list

This commit is contained in:
hexxa 2021-08-29 16:53:47 +08:00 committed by Hexxa
parent 1c10fdf140
commit 969cdc8032
2 changed files with 46 additions and 39 deletions

View file

@ -92,7 +92,8 @@ input {
}
input:focus {
background-color: rgba(0, 0, 0, 0.2);
opacity: 0.8;
box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
}
button {