mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 23:37:54 +00:00
feat: footer
This commit is contained in:
parent
8df7979dd2
commit
91d9fd1a75
6 changed files with 29 additions and 6 deletions
10
style.css
10
style.css
|
|
@ -1,3 +1,9 @@
|
|||
#app {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.icon {
|
||||
height: 1.5em;
|
||||
width: 1.5em;
|
||||
|
|
@ -47,6 +53,10 @@ blockquote {
|
|||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
.container {
|
||||
flex: 1 0 auto !important;
|
||||
}
|
||||
|
||||
.d-spoiler {
|
||||
color: var(--bs-dark);
|
||||
background-color: var(--bs-dark);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue