From 4f62e7f4ee4b1d320001947fc6e6f05aa73c8a71 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 4 Apr 2022 11:33:32 -0700 Subject: [PATCH] feat: :construction: Share button --- frontend/index.pug | 2 +- frontend/style/style.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/index.pug b/frontend/index.pug index 9a770e8..8565d75 100755 --- a/frontend/index.pug +++ b/frontend/index.pug @@ -51,7 +51,7 @@ html(lang='en') span.viewcounter.noselect#viewcounter-label(style='visibility: hidden; display: none') Views:  span.viewcounter.noselect#viewcounter-count(style='visibility: hidden; display: none') - .hide-button-wrapper + .bottom-button-wrapper button#hide-button.btn(aria-label='Hide') .scrollbar-container diff --git a/frontend/style/style.scss b/frontend/style/style.scss index 1d7ff23..17f42fc 100755 --- a/frontend/style/style.scss +++ b/frontend/style/style.scss @@ -178,7 +178,7 @@ a { color: $muted; cursor: auto; } -.hide-button-wrapper { +.bottom-button-wrapper { position: fixed !important; bottom: 0; right: 0;