mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 02:57:09 +01:00
Feature: loading preview, better text popup preview (#8011)
This commit is contained in:
parent
74d0c9fda5
commit
a283a65813
15 changed files with 192 additions and 95 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue