mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
Fix compare tool file selection and other files improvements (#6133)
This commit is contained in:
@@ -1091,3 +1091,12 @@
|
||||
fill: #c56565;
|
||||
fill-opacity: 1;
|
||||
}
|
||||
|
||||
/* Snappier View-Transitions for FileEditor card reordering. Each thumbnail
|
||||
* is tagged with `view-transition-name: file-card-<id>` (see
|
||||
* FileEditorThumbnail.tsx); the browser FLIPs it between old and new
|
||||
* positions on reorder. Override the sluggish 250ms default. */
|
||||
::view-transition-group(*) {
|
||||
animation-duration: 160ms;
|
||||
animation-timing-function: cubic-bezier(0.2, 0, 0.2, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user