fix: bugs

This commit is contained in:
qier222 2021-03-19 14:46:41 +08:00
parent 7efe109c83
commit 752d7cb482
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
7 changed files with 20 additions and 9 deletions

View file

@ -313,6 +313,7 @@ nav {
padding: 6px 10px;
color: var(--color-text);
transition: 0.2s;
-webkit-user-drag: none;
margin: {
right: 12px;
left: 12px;
@ -404,6 +405,8 @@ nav {
vertical-align: -7px;
border-radius: 50%;
cursor: pointer;
-webkit-app-region: no-drag;
-webkit-user-drag: none;
&:hover {
filter: brightness(80%);
}