backend dry
This commit is contained in:
+4
-48
@@ -2120,54 +2120,6 @@ button.danger:hover:not([disabled]) {
|
||||
}
|
||||
|
||||
|
||||
.detail-ocr__content {
|
||||
max-height: 60vh;
|
||||
overflow: auto;
|
||||
padding: 0.75rem;
|
||||
background: var(--surface-soft);
|
||||
border-radius: 6px;
|
||||
box-shadow: inset 0 1px 2px var(--shadow-faint);
|
||||
}
|
||||
|
||||
.detail-ocr__content pre {
|
||||
margin: 0;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
font-family: var(--font-mono);
|
||||
font-size: 0.85rem;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.detail-ocr__frame {
|
||||
width: 100%;
|
||||
min-height: 360px;
|
||||
height: 60vh;
|
||||
background: var(--surface-subtle);
|
||||
border-radius: 4px;
|
||||
box-shadow: inset 0 1px 2px var(--shadow-faint);
|
||||
}
|
||||
|
||||
.modal__body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.modal--ocr {
|
||||
width: min(720px, 100%);
|
||||
max-height: 80vh;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.modal--ocr .modal__header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.modal--ocr .modal__body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.preview-pane {
|
||||
margin-top: 0.4rem;
|
||||
border-radius: 0;
|
||||
@@ -2743,6 +2695,10 @@ form.inline {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.modal__body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.modal h3 {
|
||||
margin: 0;
|
||||
font-size: 1.15rem;
|
||||
|
||||
Reference in New Issue
Block a user