1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

Fixes spaces

This commit is contained in:
Amir Raminfar
2023-04-04 11:32:58 -07:00
parent 8e5611bc50
commit a30de127ca
2 changed files with 3 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ function validValues(obj: Record<string, any>) {
&:hover {
cursor: pointer;
&::after {
content: "expand json";
color: var(--secondary-color);
@@ -58,6 +59,7 @@ function validValues(obj: Record<string, any>) {
li {
display: inline-block;
& + li {
margin-left: 1em;
}

View File

@@ -58,6 +58,7 @@ function onClearClicked() {
button.delete {
background-color: var(--scheme-main-ter);
opacity: 0.6;
&:after,
&:before {
background-color: var(--text-color);