mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 00:07:55 +00:00
yeet react-twemoji and use-dark-mode
This commit is contained in:
parent
4968635298
commit
af8b913ca8
11 changed files with 21605 additions and 299 deletions
|
|
@ -7,19 +7,16 @@
|
|||
z-index: -5;
|
||||
}
|
||||
|
||||
html {
|
||||
html, body {
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.contents {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
height: 100vh
|
||||
flex: 1;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
@ -279,14 +276,9 @@ blockquote {
|
|||
margin-right: -100px; ;
|
||||
}
|
||||
|
||||
.d-emoji {
|
||||
height: 22px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.twemoji {
|
||||
height: 22px;
|
||||
width: auto;
|
||||
.emoji, .d-emoji {
|
||||
width: 1.25em;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.backdrop {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue