- {member.name} ({member.id})
+
+ Copy link
+
+ }> copyLink()}>
+ {member.name} ({member.id})
{ member.avatar_url ? } className="avatar" modal>
{close => (
close()}>
diff --git a/src/Custom.scss b/src/Custom.scss
index 6e22c505..c71b099c 100644
--- a/src/Custom.scss
+++ b/src/Custom.scss
@@ -13,7 +13,17 @@ html {
}
body {
- padding-bottom: 60px;
+ position: relative;
+}
+
+.contents {
+ display: flex;
+ flex-flow: column;
+ height: 100vh
+}
+
+.content {
+ flex: 1;
}
.opendyslexic {
@@ -159,7 +169,7 @@ body {
code {
color: black !important;
background-color: $gray-300;
- padding: 5px 7px;
+ padding: 3px 7px;
border-radius: 3px;
margin: 3px;
display: inline-block;
@@ -251,9 +261,7 @@ blockquote {
}
.footer {
- position: absolute !important;
width: 100% !important;
- bottom: 0px !important;
}
.dark-mode .page-item:not(.active) .page-link {
@@ -289,7 +297,7 @@ blockquote {
width: 100%;
height: 100%;
z-index: -4;
- opacity: 0.6;
+ opacity: 1;
}
.backdrop-overlay {
@@ -307,7 +315,7 @@ blockquote {
}
.dark-mode .backdrop-overlay {
- background: linear-gradient(to bottom, rgba(52, 58, 64, 1) 0%, rgba(255, 255, 255, 0) 100%);
+ background: linear-gradient(to bottom, rgba(52, 58, 64, 1) 0%, rgba(52, 58, 64, 0) 100%);
}
@import "~bootstrap/scss/bootstrap";