diff --git a/pkg/web/public/assets/css/harmony.css b/pkg/web/public/assets/css/harmony.css index 79754fa..623227c 100644 --- a/pkg/web/public/assets/css/harmony.css +++ b/pkg/web/public/assets/css/harmony.css @@ -21,6 +21,11 @@ td { vertical-align: top; } +button { + border: 1px solid black; + padding: 7px; +} + #chatcontainer { height: 100%; } @@ -57,5 +62,7 @@ td { #voiceptt { width: 100%; + height: 100px; margin-top: 7px; + margin-bottom: 14px; } diff --git a/pkg/web/public/index.html b/pkg/web/public/index.html index e22ba4a..e7f43bd 100644 --- a/pkg/web/public/index.html +++ b/pkg/web/public/index.html @@ -20,7 +20,7 @@ - +