Create textarea.plugin-log class

This commit is contained in:
billz 2025-01-26 01:32:18 -08:00
parent e423b7f4d3
commit a8bd85cc80

View File

@ -332,3 +332,15 @@ button > i.fas {
animation: heart 1000ms infinite;
}
textarea.plugin-log {
width: 100%;
height: 150px;
resize: none;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
padding: 0.5rem;
background-color: #f8f9fa;
font-family: monospace;
font-size: 0.9rem;
}