Skip to content

Commit

Permalink
refactor(conversation-actions): improve/align component position/sizi…
Browse files Browse the repository at this point in the history
…ng & remove duplicated styles (#2272)

* refactor(conversation-actions): improve/align component position and sizing

* refactor: update padding

* refactor: remove duplicate styles
  • Loading branch information
domw30 committed Sep 12, 2024
1 parent efb7d37 commit a6109b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions src/apps/messenger/Main.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@
}

.Actions {
right: 13px;
right: 7px;
pointer-events: all !important;
position: absolute;
top: 12px;
z-index: 1000;
}

.Actions {
right: 13px;
pointer-events: all !important;
position: absolute;
top: 12px;
top: 7px;
z-index: 1000;
}
2 changes: 1 addition & 1 deletion src/components/messenger/conversation-actions/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
box-sizing: border-box;

gap: 9px;
padding: 8px;
padding: 4px 8px;

background: rgba(17, 18, 19, 0.24);
backdrop-filter: blur(64px);
Expand Down

0 comments on commit a6109b7

Please sign in to comment.