mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
Fixes spaces
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -58,6 +58,7 @@ function onClearClicked() {
|
||||
button.delete {
|
||||
background-color: var(--scheme-main-ter);
|
||||
opacity: 0.6;
|
||||
|
||||
&:after,
|
||||
&:before {
|
||||
background-color: var(--text-color);
|
||||
|
||||
Reference in New Issue
Block a user