Use TextBlock elements in file previews

This commit is contained in:
2022-02-08 11:32:36 +01:00
parent af82d45c6e
commit d232162046
9 changed files with 45 additions and 79 deletions

View File

@@ -714,7 +714,7 @@ const keyboard_event = evt => {
vertical-align: middle;
transition: left 0.5s, right 0.5s;
overflow: auto;
box-shadow: inset 2px 2px 10px 2px var(--shadow_color);
box-shadow: inset 2px 2px 10px var(--shadow_color);
border-radius: 16px;
}
.file_preview_container.toolbar_visible { left: 8em; }