Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulclindo committed Sep 24, 2021
1 parent 3dedf07 commit 3f0d34a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Expand Up @@ -157,7 +157,7 @@ export default class AboutYoroiSettingsBlock extends Component<{||}> {
websiteName="Github"
url={baseGithubUrl + 'tree/' + environment.branch}
light={false}
placementTooltip="bottom"
placementTooltip="bottom-start"
onExternalLinkClick={handleExternalLinkClick}
>
<RawHash light={false}>
Expand Down
Expand Up @@ -9,7 +9,7 @@
}

.button {
bottom: 20px;
bottom: 44px;
color: var(--theme-label-button-color);
cursor: pointer;
font-family: var(--font-light);
Expand All @@ -23,10 +23,6 @@
opacity: 1;
}
}

.icon svg {
vertical-align: bottom;
}
}

:global(.YoroiModern) .component {
Expand All @@ -41,6 +37,6 @@

:global(.YoroiClassic) .component {
.button {
bottom: 35px;
}
bottom: 44px;
}
}

0 comments on commit 3f0d34a

Please sign in to comment.