diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-31 09:07:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-31 09:07:25 +0200 |
commit | 218f730c7bceda5511d46f26191e7b1726c9ffd3 (patch) | |
tree | 7fc9c5ca188f22993d9f815c0edf1e190ddef1ef /client/src/app/+accounts | |
parent | 733dbc535d5fecdaba9e05feb8923bc754920525 (diff) | |
download | PeerTube-218f730c7bceda5511d46f26191e7b1726c9ffd3.tar.gz PeerTube-218f730c7bceda5511d46f26191e7b1726c9ffd3.tar.zst PeerTube-218f730c7bceda5511d46f26191e7b1726c9ffd3.zip |
Theme breaking: --submenuColor becomes --submenuBackgroundColor
Diffstat (limited to 'client/src/app/+accounts')
-rw-r--r-- | client/src/app/+accounts/accounts.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+accounts/accounts.component.scss b/client/src/app/+accounts/accounts.component.scss index 80f23ba6f..d7213df1d 100644 --- a/client/src/app/+accounts/accounts.component.scss +++ b/client/src/app/+accounts/accounts.component.scss | |||
@@ -50,7 +50,7 @@ my-user-moderation-dropdown, | |||
50 | grid-template-columns: 1fr min-content; | 50 | grid-template-columns: 1fr min-content; |
51 | grid-template-rows: auto auto; | 51 | grid-template-rows: auto auto; |
52 | 52 | ||
53 | background-color: pvar(--submenuColor); | 53 | background-color: pvar(--submenuBackgroundColor); |
54 | margin-bottom: 45px; | 54 | margin-bottom: 45px; |
55 | padding-top: var(--myGlobalTopPadding); | 55 | padding-top: var(--myGlobalTopPadding); |
56 | font-size: var(--myFontSize); | 56 | font-size: var(--myFontSize); |
@@ -111,7 +111,7 @@ my-user-moderation-dropdown, | |||
111 | .description:not(.expanded) { | 111 | .description:not(.expanded) { |
112 | max-height: 70px; | 112 | max-height: 70px; |
113 | 113 | ||
114 | @include fade-text(30px, pvar(--submenuColor)); | 114 | @include fade-text(30px, pvar(--submenuBackgroundColor)); |
115 | } | 115 | } |
116 | 116 | ||
117 | .show-more { | 117 | .show-more { |