6 z-index: map.get($z-indexes, 'previewer');
9 flex-direction: column;
10 background-color: var(--file-preview-background-color, var(--background-norm));
11 color: var(--file-preview-text-color);
18 flex-flow: column wrap;
23 max-inline-size: calc(50% - 5em);
28 max-inline-size: rem(800);
31 margin-block: var(--space-1) var(--space-8); // So the highlight in case of textarea is fully visible on the top too.
32 background-color: whitesmoke;
35 word-break: break-word;
36 white-space: pre-wrap;
42 inset-inline-start: 0;
44 max-inline-size: none;
48 animation: anime-image-preview-out 0.2s ease-in-out forwards;
59 @keyframes anime-image-preview-out {