Freeze-Fixed

This commit is contained in:
2026-09-07 11:53:19 +02:00
parent d0e022484e
commit f38da358ad
5 changed files with 122 additions and 19 deletions

View File

@@ -348,6 +348,29 @@ button {
height: 100%;
}
.preview-placeholder {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
padding: 16px;
text-align: center;
}
.preview-placeholder-text {
font-size: 12px;
color: var(--text-muted);
line-height: 1.5;
}
.preview-load-btn {
padding: 7px 14px;
font-size: 13px;
}
.file-card-info {
padding: 12px 14px;
display: flex;