summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/client/css/partials/input-bar.scss2
-rw-r--r--res/client/css/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/client/css/partials/input-bar.scss b/res/client/css/partials/input-bar.scss
index 995ace58..d205ae5e 100644
--- a/res/client/css/partials/input-bar.scss
+++ b/res/client/css/partials/input-bar.scss
@@ -32,7 +32,7 @@
#input-container__graph-input {
position: absolute;
- top: 130px;
+ margin-top: 80px;
left: 24px;
height: 36px;
line-height: initial;
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 81b5d528..857e2cec 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -331,7 +331,7 @@ body.debug .debug-ui-right {
#input-container__graph-input {
position: absolute;
- top: 130px;
+ margin-top: 80px;
left: 24px;
height: 36px;
line-height: initial; }