This commit is contained in:
2025-10-16 18:03:31 +02:00
parent a8a3d95c40
commit c2b0351598
2 changed files with 36 additions and 36 deletions
+9
View File
@@ -1539,6 +1539,15 @@ button.icon-button.ghost:hover:not([disabled]) {
line-height: 1.4;
}
.detail-ocr__frame {
width: 100%;
height: 60vh;
border: none;
background: var(--surface-subtle);
border-radius: 4px;
box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.05);
}
.modal__body {
width: 100%;
}