We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72cd417 + 2c36d64 commit 8d5d0d5Copy full SHA for 8d5d0d5
src/shared/components/Settings/Account/LinkedAccount/styles.scss
@@ -419,8 +419,13 @@
419
display: flex;
420
justify-content: flex-end;
421
position: absolute;
422
- top: 0;
423
- right: 0;
+ top: -10px;
+ right: -15px;
424
+
425
+ @media only screen and (min-width: 768px) {
426
+ top: 0;
427
+ right: 0;
428
+ }
429
430
&:hover {
431
.show-on-profile_label {
0 commit comments