fix: shortcut not working

This commit is contained in:
Tienson Qin
2021-08-27 18:40:44 +08:00
parent 5bd2f9cedc
commit 0fda54b0d3
4 changed files with 20 additions and 9 deletions

View File

@@ -82,11 +82,12 @@
overflow: hidden;
background: var(--ls-secondary-background-color);
max-width: 96vw;
.panel-content {
overflow-y: auto;
max-width: 800px;
max-height: 85vh;
max-width: 96vw;
padding: 2rem;
}
}
@@ -128,7 +129,7 @@
}
&:hover {
opacity: 0.8;
opacity: 0.8;
}
&.is-link {