style(backend-log): remove extra padding & decrease font size

This commit is contained in:
Elian Doran 2025-12-15 08:08:45 +02:00
parent 43b6440bf9
commit ba7969dad4
No known key found for this signature in database
2 changed files with 5 additions and 8 deletions

View File

@ -629,6 +629,7 @@ pre:not(.hljs) {
pre:has(> .cm-editor) {
padding: 0;
margin: 0;
}
pre > button.copy-button {

View File

@ -23,13 +23,9 @@
height: 100%;
display: flex;
flex-direction: column;
}
.backend-log-editor {
flex-grow: 1;
width: 100%;
border: none;
resize: none;
margin-bottom: 0;
.cm-editor {
font-size: 0.85em;
}
}
/* #endregion */
/* #endregion */