summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_get-link.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_get-link.scss')
-rw-r--r--web/sass-files/sass/partials/_get-link.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_get-link.scss b/web/sass-files/sass/partials/_get-link.scss
index c84befd6a..a723a4c1f 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);
- top: 84%;
- left: 130px;
+ display: inline-block;
+ float: left;
+ padding: 4px 10px;
+ margin: 3px 0 0 10px;
} \ No newline at end of file