mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
add copy link function
This commit is contained in:
parent
a980b160b2
commit
d193a5cf71
5 changed files with 100 additions and 16 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue