summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_get-link.scss
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-07-31 12:08:36 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-08-04 08:47:18 -0700
commitdfc6e80437e465bc01b454cf1d6bfdd4d3a70c85 (patch)
tree66ec3ff5348f401892783189680c331de61da276 /web/sass-files/sass/partials/_get-link.scss
parentdbf104686a9ca9de0da58ba602e1fdfe0b82087a (diff)
downloadchat-dfc6e80437e465bc01b454cf1d6bfdd4d3a70c85.tar.gz
chat-dfc6e80437e465bc01b454cf1d6bfdd4d3a70c85.tar.bz2
chat-dfc6e80437e465bc01b454cf1d6bfdd4d3a70c85.zip
Fixed help text rendering on mobile
Diffstat (limited to 'web/sass-files/sass/partials/_get-link.scss')
-rw-r--r--web/sass-files/sass/partials/_get-link.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_get-link.scss b/web/sass-files/sass/partials/_get-link.scss
index 84b20729b..c84befd6a 100644
--- a/web/sass-files/sass/partials/_get-link.scss
+++ b/web/sass-files/sass/partials/_get-link.scss
@@ -1,6 +1,6 @@
.copy-link-confirm {
+ position: fixed;
color: rgb(153, 230, 153);
- margin-top: -27px;
- margin-bottom: -25px;
- margin-right: 300px;
+ top: 84%;
+ left: 130px;
} \ No newline at end of file