mirror of
https://github.com/zadam/trilium.git
synced 2026-01-04 05:34:30 +01:00
style(backend-log): remove extra padding & decrease font size
This commit is contained in:
parent
43b6440bf9
commit
ba7969dad4
@ -629,6 +629,7 @@ pre:not(.hljs) {
|
||||
|
||||
pre:has(> .cm-editor) {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
pre > button.copy-button {
|
||||
|
||||
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user