/* Custom 3D Viewer Styles - Größere Ansicht */
.file-view .is-loading,
.file-view .file-view-3d-container,
.file-view canvas {
    min-height: 70vh !important;
    height: 70vh !important;
}

/* Container für 3D-Dateien */
.file-view.code-view {
    min-height: 70vh !important;
}

/* Fullscreen Button hinzufügen via CSS */
.file-view .file-view-3d-container {
    position: relative;
}
