From 3f0d34af17d1fd409b0b601906ca12837345e5ff Mon Sep 17 00:00:00 2001 From: Paul Ccari Date: Fri, 24 Sep 2021 00:23:35 -0500 Subject: [PATCH] small fixes --- .../general-setting/AboutYoroiSettingsBlock.js | 2 +- .../app/components/widgets/forms/ReadOnlyInput.scss | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/packages/yoroi-extension/app/components/settings/categories/general-setting/AboutYoroiSettingsBlock.js b/packages/yoroi-extension/app/components/settings/categories/general-setting/AboutYoroiSettingsBlock.js index 45abcd6efe..64956bddce 100644 --- a/packages/yoroi-extension/app/components/settings/categories/general-setting/AboutYoroiSettingsBlock.js +++ b/packages/yoroi-extension/app/components/settings/categories/general-setting/AboutYoroiSettingsBlock.js @@ -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} > diff --git a/packages/yoroi-extension/app/components/widgets/forms/ReadOnlyInput.scss b/packages/yoroi-extension/app/components/widgets/forms/ReadOnlyInput.scss index b4080e9729..b65d78bc1d 100644 --- a/packages/yoroi-extension/app/components/widgets/forms/ReadOnlyInput.scss +++ b/packages/yoroi-extension/app/components/widgets/forms/ReadOnlyInput.scss @@ -9,7 +9,7 @@ } .button { - bottom: 20px; + bottom: 44px; color: var(--theme-label-button-color); cursor: pointer; font-family: var(--font-light); @@ -23,10 +23,6 @@ opacity: 1; } } - - .icon svg { - vertical-align: bottom; - } } :global(.YoroiModern) .component { @@ -41,6 +37,6 @@ :global(.YoroiClassic) .component { .button { - bottom: 35px; - } + bottom: 44px; + } } \ No newline at end of file