mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-11 16:40:55 +00:00
3.5.340. Fix sub count not showing on the dashboard. Clips dark theme fix.
This commit is contained in:
parent
3a3b30d4fd
commit
81aa67b203
6 changed files with 84 additions and 23 deletions
|
@ -25,6 +25,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
border-color: fade(white, 10%);
|
||||
}
|
||||
|
||||
|
||||
.sub-text { color: darken(@fg-color, 10%) }
|
||||
|
||||
|
@ -38,6 +42,17 @@
|
|||
.svg-logo_twitch, .clips-nav__logo { fill: white }
|
||||
|
||||
|
||||
// Content Meta
|
||||
.nv-clip-content {
|
||||
background-color: @nav-bg-color;
|
||||
|
||||
.nv-clip-content__meta {
|
||||
background-color: @nav-bg-color;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Buttons
|
||||
|
||||
.button {
|
||||
|
@ -60,6 +75,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.button--following {
|
||||
background-color: darken(@nav-bg-color, 2%);
|
||||
color: @fg-color;
|
||||
box-shadow: inset 0 0 0 1px lighten(@bg-color, 10%);
|
||||
}
|
||||
|
||||
.button--hollow.button--dropmenu {
|
||||
&:after {
|
||||
|
||||
|
@ -113,6 +134,49 @@
|
|||
}
|
||||
|
||||
|
||||
// Card~
|
||||
.card__title {
|
||||
color: @fg-color;
|
||||
}
|
||||
|
||||
.more-clips {
|
||||
border-color: fade(white, 10%);
|
||||
|
||||
.card__layout:hover {
|
||||
background-color: lighten(@nav-bg-color, 10%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Popup Card
|
||||
.popup-card {
|
||||
background-color: lighten(@bg-color, 10%);
|
||||
box-shadow:
|
||||
0 0 0 1px fade(white, 10%),
|
||||
0 1rem 2rem -.8rem fade(#6441A4, 25%);
|
||||
|
||||
.popup-card__header {
|
||||
color: lighten(@fg-color, 10%);
|
||||
}
|
||||
|
||||
.cf-footer {
|
||||
background-color: lighten(@bg-color, 5%);
|
||||
border-top: fade(white, 10%);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
.cf-textarea-input {
|
||||
background-color: fade(white, 5%);
|
||||
color: lighten(@fg-color, 10%);
|
||||
|
||||
textarea {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Modal Content
|
||||
.modal {
|
||||
&__content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue