From 41dd0e24f88ed5ac4c0dd5e390761bcebd46b271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihailo=20=C5=A0kori=C4=87?= Date: Tue, 13 Aug 2024 17:00:30 +0200 Subject: [PATCH] Update main.css --- static/main.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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