Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yashash-pugalia authored Feb 24, 2022
1 parent a9ae392 commit 8fa3f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ body[data-theme="dark"] .actmenu {

.dotIcon,
.checkIcon {
left: 8px;
right: 8px;
color: var(--med-txt);
}
}
Expand Down

4 comments on commit 8fa3f54

@yashash-pugalia
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#321 fixed

@blueedgetechno
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is on left in official one

@yashash-pugalia
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ohh didn't knew that

@blueedgetechno
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps, that can be fixed by appliying a fixed width left with maybe padding or margin.

Please sign in to comment.