Decrease block size

This commit is contained in:
Cohee
2025-01-25 00:12:48 +02:00
parent 24c16f622f
commit 8d35ca90e1

View File

@@ -348,7 +348,7 @@ input[type='checkbox']:focus-visible {
padding: 5px; padding: 5px;
margin: 5px 0; margin: 5px 0;
overflow-y: auto; overflow-y: auto;
max-height: 90vh; max-height: 70vh;
} }
.mes_reasoning_summary { .mes_reasoning_summary {