diff --git a/assets/components/LogViewer/ComplexLogItem.vue b/assets/components/LogViewer/ComplexLogItem.vue index b55d856a..3e37504f 100644 --- a/assets/components/LogViewer/ComplexLogItem.vue +++ b/assets/components/LogViewer/ComplexLogItem.vue @@ -41,6 +41,7 @@ function validValues(obj: Record) { &:hover { cursor: pointer; + &::after { content: "expand json"; color: var(--secondary-color); @@ -58,6 +59,7 @@ function validValues(obj: Record) { li { display: inline-block; + & + li { margin-left: 1em; } diff --git a/assets/components/LogViewer/LogContainer.vue b/assets/components/LogViewer/LogContainer.vue index 92a9250a..2d4d877e 100644 --- a/assets/components/LogViewer/LogContainer.vue +++ b/assets/components/LogViewer/LogContainer.vue @@ -58,6 +58,7 @@ function onClearClicked() { button.delete { background-color: var(--scheme-main-ter); opacity: 0.6; + &:after, &:before { background-color: var(--text-color);