diff --git a/static/main.css b/static/main.css index 00cc479..b2ab2a0 100644 --- a/static/main.css +++ b/static/main.css @@ -275,4 +275,18 @@ display: none; body *::selection { background-color: rgb(50 80 90 / 0.5) !important; - } \ No newline at end of file + } + +.ocr_separator { + border: 2px solid black; +} + +.ocr_carea { + border: 1px solid gray; + margin-top: 2px; +} + +.ocr_line:after { + content: '\A'; + white-space: pre; +} \ No newline at end of file