refactor: unify document panel empty state rendering and view mode logic, adjust related styles
This commit is contained in:
@@ -28,18 +28,7 @@
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.desk-empty {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 3rem;
|
||||
text-align: center;
|
||||
color: var(--muted);
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
body.desk-cursor-remove,
|
||||
body.desk-cursor-remove * {
|
||||
cursor: not-allowed !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user