fixes
This commit is contained in:
parent
18288f72d3
commit
0801de90ef
9 changed files with 9 additions and 40 deletions
|
@ -23,7 +23,7 @@ export default function ClaimSupportButton(props: Props) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Button
|
<Button
|
||||||
button={fileAction ? undefined : 'alt'}
|
button={fileAction ? undefined : 'secondary'}
|
||||||
className={classnames({ 'button--file-action': fileAction })}
|
className={classnames({ 'button--file-action': fileAction })}
|
||||||
icon={ICONS.LBC}
|
icon={ICONS.LBC}
|
||||||
iconSize={fileAction ? 22 : undefined}
|
iconSize={fileAction ? 22 : undefined}
|
||||||
|
|
|
@ -14,7 +14,7 @@ export default function ShareButton(props: Props) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Button
|
<Button
|
||||||
button="alt"
|
button="secondary"
|
||||||
icon={ICONS.SHARE}
|
icon={ICONS.SHARE}
|
||||||
label={__('Share')}
|
label={__('Share')}
|
||||||
title={__('Share this channel')}
|
title={__('Share this channel')}
|
||||||
|
|
|
@ -109,29 +109,6 @@ function SideNavigation(props: Props) {
|
||||||
icon: ICONS.STACK,
|
icon: ICONS.STACK,
|
||||||
};
|
};
|
||||||
|
|
||||||
const UNAUTH_LINKS: Array<SideNavLink> = [
|
|
||||||
{
|
|
||||||
title: 'Log In',
|
|
||||||
link: `/$/${PAGES.AUTH_SIGNIN}`,
|
|
||||||
icon: ICONS.SIGN_IN,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Sign Up',
|
|
||||||
link: `/$/${PAGES.AUTH}`,
|
|
||||||
icon: ICONS.SIGN_UP,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Settings',
|
|
||||||
link: `/$/${PAGES.SETTINGS}`,
|
|
||||||
icon: ICONS.SETTINGS,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Help',
|
|
||||||
link: `/$/${PAGES.HELP}`,
|
|
||||||
icon: ICONS.HELP,
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
const MOBILE_LINKS: Array<SideNavLink> = [
|
const MOBILE_LINKS: Array<SideNavLink> = [
|
||||||
{
|
{
|
||||||
title: 'Upload',
|
title: 'Upload',
|
||||||
|
@ -450,7 +427,6 @@ function SideNavigation(props: Props) {
|
||||||
</ul>
|
</ul>
|
||||||
<ul className="navigation-links--absolute mobile-only">
|
<ul className="navigation-links--absolute mobile-only">
|
||||||
{email && MOBILE_LINKS.map((linkProps) => getLink(linkProps))}
|
{email && MOBILE_LINKS.map((linkProps) => getLink(linkProps))}
|
||||||
{!email && UNAUTH_LINKS.map((linkProps) => getLink(linkProps))}
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{getSubscriptionSection()}
|
{getSubscriptionSection()}
|
||||||
|
|
|
@ -580,7 +580,6 @@ $actions-z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.channel-staked__wrapper {
|
.channel-staked__wrapper {
|
||||||
z-index: 5;
|
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
display: flex;
|
display: flex;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -595,9 +594,7 @@ $actions-z-index: 2;
|
||||||
// height: 100%;
|
// height: 100%;
|
||||||
//}
|
//}
|
||||||
padding: 0.2rem;
|
padding: 0.2rem;
|
||||||
bottom: -0.75rem;
|
|
||||||
bottom: -0.5rem;
|
bottom: -0.5rem;
|
||||||
right: -0.8rem;
|
|
||||||
right: -0.5rem;
|
right: -0.5rem;
|
||||||
//background-color: white;
|
//background-color: white;
|
||||||
background-color: var(--color-card-background);
|
background-color: var(--color-card-background);
|
||||||
|
|
|
@ -144,7 +144,7 @@
|
||||||
width: 225px;
|
width: 225px;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
background-color: rgba(var(--color-primary-dynamic), 0.9);
|
background-color: var(--color-brand-blue);
|
||||||
color: var(--color-primary-contrast);
|
color: var(--color-primary-contrast);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
@ -1146,7 +1146,7 @@
|
||||||
width: 225px;
|
width: 225px;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
background-color: rgba(var(--color-primary-dynamic), 0.9);
|
background-color: var(--color-brand-blue);
|
||||||
color: var(--color-primary-contrast);
|
color: var(--color-primary-contrast);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
|
@ -75,7 +75,6 @@ $thumbnailWidthSmall: 1rem;
|
||||||
|
|
||||||
.channel-staked__wrapper {
|
.channel-staked__wrapper {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
left: calc(#{$thumbnailWidthSmall} / 4);
|
|
||||||
bottom: -1rem;
|
bottom: -1rem;
|
||||||
padding: -1rem;
|
padding: -1rem;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|
|
@ -36,11 +36,11 @@
|
||||||
.header__menu--right {
|
.header__menu--right {
|
||||||
.header__navigationItem--balance {
|
.header__navigationItem--balance {
|
||||||
.button__label {
|
.button__label {
|
||||||
margin-left: var(--spacing-xxs) !important;
|
margin-left: var(--spacing-xxs);
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
.button__label {
|
.button__label {
|
||||||
color: var(--color-primary) !important;
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
stroke: var(--color-primary);
|
stroke: var(--color-primary);
|
||||||
|
@ -165,7 +165,6 @@
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--color-brand);
|
|
||||||
color: var(--color-brand-contrast);
|
color: var(--color-brand-contrast);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -397,7 +397,7 @@ body {
|
||||||
.button--file-action {
|
.button--file-action {
|
||||||
&:hover {
|
&:hover {
|
||||||
.icon {
|
.icon {
|
||||||
stroke: white !important;
|
stroke: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
.status-bar {
|
.status-bar {
|
||||||
background-color: #505050;
|
background-color: var(--color-card-background);
|
||||||
border: solid 1px #707070;
|
|
||||||
border-bottom-color: #505050;
|
|
||||||
border-left-color: #505050;
|
|
||||||
color: #e0e0e0;
|
color: #e0e0e0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -15,6 +12,7 @@
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.3s ease;
|
transition: opacity 0.3s ease;
|
||||||
transition-delay: 400ms;
|
transition-delay: 400ms;
|
||||||
|
z-index: 10;
|
||||||
|
|
||||||
&.visible {
|
&.visible {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Reference in a new issue