mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Functional settings menu plus sass stuff apparently?
This commit is contained in:
parent
1a59e413a9
commit
317c875cf0
22 changed files with 256 additions and 153 deletions
|
@ -44,7 +44,7 @@
|
|||
width: 100%
|
||||
height: 100%
|
||||
|
||||
background: linear-gradient(to right, var(--background-100), transparent)
|
||||
background: linear-gradient(to right, var(--background-100), transparent 80%, var(--background-100) 100%)
|
||||
|
||||
z-index: +1
|
||||
|
||||
|
@ -157,7 +157,7 @@
|
|||
margin-left: auto
|
||||
width: auto
|
||||
|
||||
@media (max-width: var(--breakpoint))
|
||||
@media (max-width: 800px)
|
||||
.banner,
|
||||
.banner-small
|
||||
&::after
|
||||
|
@ -169,7 +169,7 @@
|
|||
max-height: 30vh
|
||||
|
||||
.banner-filter
|
||||
background: linear-gradient(to bottom, var(--background-100), transparent)
|
||||
background: linear-gradient(to top, var(--background-100), transparent)
|
||||
|
||||
.banner-content
|
||||
padding: 0.5rem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue