Improve margins when there are many parameters

This commit is contained in:
Alexey Milovidov 2024-08-03 02:06:53 +02:00
parent a99f9bb603
commit eeb8c1caac

View File

@ -256,6 +256,7 @@
font-weight: bold;
user-select: none;
cursor: pointer;
margin-bottom: 1rem;
}
#run:hover {
@ -309,7 +310,7 @@
color: var(--param-text-color);
display: inline-block;
box-shadow: 1px 1px 0 var(--shadow-color);
margin-bottom: 1rem;
margin-bottom: 0.5rem;
}
input:focus {