got_ocr_test / static /style.css
acharyaaditya26's picture
Update static/style.css
2025591 verified
raw
history blame
426 Bytes
body {
font-family: Arial, sans-serif;
margin: 20px;
}
.page-result {
margin-bottom: 20px;
border: 1px solid #ccc;
padding: 10px;
border-radius: 5px;
}
.loading-indicator {
font-weight: bold;
color: #007bff;
}
.result-content {
margin-top: 10px;
}
.scrollable-results {
max-height: 80vh;
overflow-y: auto;
border: 1px solid #ccc;
padding: 10px;
border-radius: 5px;
}