Feature: loading preview, better text popup preview (#8011)

This commit is contained in:
shamoon 2024-11-12 16:20:52 -08:00 committed by GitHub
parent 74d0c9fda5
commit a283a65813
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 192 additions and 95 deletions

View file

@ -680,6 +680,10 @@ code {
opacity: .5;
}
.whitespace-preserve {
white-space: preserve;
}
/* Animate items as they're being sorted. */
.cdk-drop-list-dragging .cdk-drag {
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);