Skip to content

Commit 8d5d0d5

Browse files
Merge pull request #1185 from suppermancool/f2f-30069264-issue-1053
fix issue #1053
2 parents 72cd417 + 2c36d64 commit 8d5d0d5

File tree

1 file changed

+7
-2
lines changed
  • src/shared/components/Settings/Account/LinkedAccount

1 file changed

+7
-2
lines changed

src/shared/components/Settings/Account/LinkedAccount/styles.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,13 @@
419419
display: flex;
420420
justify-content: flex-end;
421421
position: absolute;
422-
top: 0;
423-
right: 0;
422+
top: -10px;
423+
right: -15px;
424+
425+
@media only screen and (min-width: 768px) {
426+
top: 0;
427+
right: 0;
428+
}
424429

425430
&:hover {
426431
.show-on-profile_label {

0 commit comments

Comments
 (0)