Skip to content

Commit

Permalink
display main image block and add inline flex to floated icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Sartxi committed Mar 5, 2024
1 parent c2b8ea2 commit c9c8ac4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libs/blocks/action-item/action-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,12 @@
transform: scale(1.05);
}

.action-item.float-icon .main-image {
display: block;
}

.action-item.float-icon .floated-icon {
display: flex;
display: inline-flex;
position: absolute;
bottom: -9px;
right: -19px;
Expand Down

0 comments on commit c9c8ac4

Please sign in to comment.