feat: 🚧 Share button

This commit is contained in:
ThatOneCalculator 2022-04-04 11:33:32 -07:00
parent 8ad0b5790d
commit 4f62e7f4ee
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -178,7 +178,7 @@ a {
color: $muted;
cursor: auto;
}
.hide-button-wrapper {
.bottom-button-wrapper {
position: fixed !important;
bottom: 0;
right: 0;