This commit is contained in:
zeppi 2021-04-26 22:43:06 -04:00 committed by jessopb
parent c2f945ab3c
commit b819d59674
3 changed files with 10 additions and 3 deletions

View file

@ -1892,5 +1892,8 @@
"Fromage": "Fromage",
"Latest": "Latest",
"Tá Rolando": "Tá Rolando",
"Watch content and earn more Credits for each level unlocked! 10 views required for level 1 (Current Score: 0). Only up to 10 views per day count.": "Watch content and earn more Credits for each level unlocked! 10 views required for level 1 (Current Score: 0). Only up to 10 views per day count.",
"Follow your favorite creators and earn more Credits for each level unlocked! Follow 1 creators for level 1 (Current Score: 0).": "Follow your favorite creators and earn more Credits for each level unlocked! Follow 1 creators for level 1 (Current Score: 0).",
"Video/Audio": "Video/Audio",
"--end--": "--end--"
}

View file

@ -65,11 +65,11 @@
// color: var(--color-button-secondary-text);
.button__label {
color: var(--color-button-primary-text);
color: var(--color-button-secondary-text);
}
.icon {
stroke: var(--color-button-primary-text);
stroke: var(--color-button-secondary-text);
}
&:hover {

View file

@ -140,7 +140,11 @@
align-items: center;
margin-left: var(--spacing-m);
margin-right: var(--spacing-m);
// move to lbry theme?
.lbry-icon {
height: var(--height-button);
width: var(--height-button);
}
@media (max-width: $breakpoint-small) {
margin-right: var(--spacing-m);
height: 5rem;