feat: CMD-ENTER file info toegevoegd

This commit is contained in:
kodi
2026-03-12 11:45:56 +01:00
parent 6f8f884d75
commit 76f5ed3e98
16 changed files with 476 additions and 2 deletions
+23
View File
@@ -528,6 +528,29 @@ button:disabled {
width: min(680px, calc(100vw - 32px));
}
.info-card {
width: min(620px, calc(100vw - 32px));
}
.info-grid {
display: grid;
grid-template-columns: minmax(110px, 150px) minmax(0, 1fr);
gap: 10px 14px;
margin-top: 12px;
}
.info-label {
color: var(--color-muted);
font-size: 0.88rem;
font-weight: 600;
}
.info-value {
color: var(--color-text);
min-width: 0;
overflow-wrap: anywhere;
}
.search-input {
width: 100%;
}