Skip to content

Commit

Permalink
Merge pull request #457 from BinaryStudioAcademy/fix/wr-456-center-icon
Browse files Browse the repository at this point in the history
wr-456: center top action buttons icons
  • Loading branch information
andanf-e authored Sep 29, 2023
2 parents c5e35da + 124a330 commit f2931aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ const ArticleCard: React.FC<Properties> = ({
</span>
)}
</div>

<div className={styles.toolbar}>
<IconButton
className={styles.topActionsIcon}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@
}

.topActionsIcon {
display: flex;
justify-content: center;
align-items: center;
width: 35px;
height: 35px;
margin: -5px -5px 0 0;
Expand Down

0 comments on commit f2931aa

Please sign in to comment.