Skip to content

Commit

Permalink
fix(message): fix colour issue for message owner background on windows (
Browse files Browse the repository at this point in the history
  • Loading branch information
domw30 authored Nov 6, 2024
1 parent 2b80f63 commit b49ba5c
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/components/message/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,7 @@
flex-direction: row-reverse;

.message__block {
background: none !important;

&::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(1, 244, 203, 0.12);
}
background: rgba(6, 31, 27);
}

.message__block-body {
Expand All @@ -48,8 +38,6 @@
}

.message__block {
background: #111213;
backdrop-filter: blur(64px);
border-radius: var(--border-owner-radius); // set in message__message-row

&--edit {
Expand Down Expand Up @@ -77,7 +65,6 @@

border-radius: var(--border-radius); // set in message__message-row
background: #111213;
backdrop-filter: blur(64px);

&--edit {
width: 100%;
Expand Down

0 comments on commit b49ba5c

Please sign in to comment.