1
0
forked from crony/UpFast

Update css

This commit is contained in:
CronyAkatsuki 2023-05-28 19:56:48 +02:00
parent 5c6448f96a
commit 094c00eab1

View File

@ -49,9 +49,9 @@ pre {
font-size: 1am; font-size: 1am;
padding: 10px; padding: 10px;
max-width: 800; max-width: 800;
max-height: 800; max-height: 10rem;
overflow-y: scroll; overflow-y: auto;
overflow-x: scroll; overflow-x: auto;
border: none; border: none;
border-radius: 1rem; border-radius: 1rem;
} }