This commit is contained in:
2025-11-05 02:31:21 +01:00
parent ad54cecbac
commit 928753add8
2 changed files with 3 additions and 6 deletions
+3
View File
@@ -16,6 +16,9 @@
transition: box-shadow 0.16s ease;
outline: none;
will-change: transform;
-webkit-user-select: none;
user-select: none;
-webkit-touch-callout: none;
}
.desk-shell {
-6
View File
@@ -1529,9 +1529,6 @@ button.danger:hover:not([disabled]) {
max-width: 20em;
flex: 0 0 20em;
background: var(--bg);
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
padding-top: -1px;
}
.sidebar__body {
@@ -2726,9 +2723,6 @@ button.danger:hover:not([disabled]) {
background: var(--bg);
box-shadow: 0 0 24px var(--shadow-soft);
border-left: 1px solid var(--border);
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
padding-top: -1px;
display: flex;
flex-direction: column;
z-index: 1000000;