Skip to content

Commit

Permalink
Fix(style): adjust position of Socials component
Browse files Browse the repository at this point in the history
  • Loading branch information
amasin76 committed Sep 22, 2023
1 parent 438ab27 commit dd9c456
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/pages/popup/components/Socials/index.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
.socials {
position: absolute;
top: 8px;
right: 2px;
display: flex;
justify-content: center;
justify-content: space-between;
align-items: center;
gap: 5px;

position: absolute;
top: 0px;
right: 0px;

.icon {
color: #777;
font-size: 20px;
margin: 0 5px;
transition: transform 0.2s ease-in-out;

&:hover {
Expand Down

0 comments on commit dd9c456

Please sign in to comment.