Skip to content

Commit 8e3aee5

Browse files
authored
Merge pull request #1212 from dacadeorg/fix/bubble-message
feat: remove sticky triangle on the bubble message
2 parents 89feb54 + 53ce805 commit 8e3aee5

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/styles/globals.css

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -98,24 +98,12 @@ body {
9898
}
9999

100100
.message-bubble {
101-
@apply w-72 p-8 rounded-3.5xl relative text-base;
101+
@apply w-72 p-6 rounded-3.5xl rounded-bl-none relative text-base border border-black border-opacity-5;
102102

103103
background: #fefce8;
104104
color: #713f12;
105105
}
106106

107-
.message-bubble::before {
108-
width: 0;
109-
height: 0;
110-
left: -28px;
111-
content: "";
112-
position: absolute;
113-
border-left: 28px solid transparent;
114-
bottom: 0;
115-
border-right: 28px solid transparent;
116-
border-bottom: 28px solid #fefce8;
117-
}
118-
119107
@media only screen and (min-width: 992px) {
120108
.quadratic-card {
121109
@apply p-8 mb-5;

0 commit comments

Comments
 (0)