fix: can't drag the desktop app when scrolling down a bit

close #2432
This commit is contained in:
Tienson Qin
2021-07-16 15:46:00 +08:00
parent 3194c33976
commit 7d91d2e009
6 changed files with 39 additions and 37 deletions

View File

@@ -66,16 +66,11 @@
@apply p-2;
}
.cp__right-menu-button {
opacity: 0.3;
}
.cp__header-logo {
display: none;
}
.cp__header-logo:hover,
.cp__right-menu-button:hover {
.cp__header-logo:hover {
opacity: 1;
}
@@ -112,3 +107,15 @@
max-width: 7ch;
color: var(--ls-icon-color, #045591);
}
a.button {
padding: 0.5rem;
opacity: 0.6;
display: block;
border-radius: 4px;
}
a.button:hover {
opacity: 1;
background: var(--ls-tertiary-background-color);
}