mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-05-26 12:32:25 +00:00
Implement video filters
This commit is contained in:
parent
aa953dc796
commit
db7ccabb3b
19 changed files with 790 additions and 9 deletions
|
|
@ -13,6 +13,23 @@
|
|||
font-size: 22px
|
||||
padding: 7px 16px 8px
|
||||
|
||||
.more-settings-header
|
||||
margin-top: 36px
|
||||
|
||||
.more-settings
|
||||
margin-top: 24px
|
||||
padding: 12px
|
||||
border-radius: 8px
|
||||
background-color: c.$bg-accent-x
|
||||
|
||||
&__list
|
||||
margin: 0
|
||||
padding-left: 1em
|
||||
line-height: 1
|
||||
|
||||
&__list-item:not(:last-child)
|
||||
margin-bottom: 0.4em // emulate line-height
|
||||
|
||||
.data-management
|
||||
margin-top: 24px
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue