mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +02:00
style(react/widgets): improve api log slightly
This commit is contained in:
parent
3229b7d106
commit
b3a3196136
@ -1,8 +1,9 @@
|
|||||||
.api-log-widget {
|
.api-log-widget {
|
||||||
padding: 15px;
|
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-height: 40%;
|
max-height: 40%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border-top: 1px solid var(--main-border-color);
|
||||||
|
background-color: var(--accented-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.api-log-container {
|
.api-log-container {
|
||||||
@ -11,6 +12,7 @@
|
|||||||
font-family: var(--monospace-font-family);
|
font-family: var(--monospace-font-family);
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.close-api-log-button {
|
.close-api-log-button {
|
||||||
@ -21,6 +23,6 @@
|
|||||||
color: var(--button-text-color);
|
color: var(--button-text-color);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: 40px;
|
right: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user