summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/style.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/static/style.css b/static/style.css
index b08bef5..c3bf0f2 100644
--- a/static/style.css
+++ b/static/style.css
@@ -82,16 +82,16 @@ h1 {
#chatinput input {
position: absolute;
- top: 0;
- left: 0;
- right: 20mm;
- bottom: 0;
-}
-
-#chatinput button {
- position: absolute;
top: 0px;
left: 0px;
height: 8mm;
width: calc(100% - 25mm);
}
+
+#chatinput button {
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 20mm;
+ bottom: 0;
+} \ No newline at end of file