mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
add banner button
This commit is contained in:
parent
a33b595d86
commit
d5ed5f98e0
7 changed files with 173 additions and 12 deletions
|
|
@ -65,6 +65,7 @@ body {
|
|||
.navbar {
|
||||
background-color: $gray-100;
|
||||
flex: 0 0 auto;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.dark-mode .navbar {
|
||||
|
|
@ -334,8 +335,7 @@ textarea {
|
|||
background-size: cover;
|
||||
background-position: center;
|
||||
z-index: -1;
|
||||
box-shadow: inset 0 -3px 10px -10px #000000, inset 0 10px 10px -10px #000000;;
|
||||
|
||||
box-shadow: inset 0 -3px 10px -10px #000000, inset 0 10px 10px -10px #000000;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
|
|
@ -343,3 +343,7 @@ textarea {
|
|||
height: 50vh;
|
||||
}
|
||||
}
|
||||
|
||||
.banner-content {
|
||||
max-height: 650px !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue