diff --git a/examples/server/public/index.html b/examples/server/public/index.html index 1621a07fd..290a2c42f 100644 --- a/examples/server/public/index.html +++ b/examples/server/public/index.html @@ -102,6 +102,18 @@ padding: 0.5em; } + .prob-set { + padding: 0.3em; + border-bottom: 1px solid #ccc; + } + + .popover-content { + position: absolute; + background-color: #777; + border: 1px solid #ccc; + padding: 0.2em; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + } textarea { padding: 5px; @@ -397,7 +409,7 @@ ${FloatField({label: "Mirostat eta", max: 1.0, min: 0.0, name: "mirostat_eta", step: 0.01, value: params.value.mirostat_eta})}
@@ -425,7 +437,7 @@