Skip to content

Commit

Permalink
refactor: mobile chat text content size
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Jun 21, 2024
1 parent 36f37f0 commit 5146d85
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/components/ChatBubble/ChatBubble.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@

@media (max-width: 600px) {
.memori-chat--bubble p {
font-size: 11px;
line-height: 1.2;
font-size: 12px;
line-height: 1.25;
}
}

.memori-chat--bubble p+p {
.memori-chat--bubble p + p {
margin-top: 0.5em;
}

Expand Down Expand Up @@ -260,7 +260,6 @@
}

@keyframes wave {

0%,
60%,
100% {
Expand All @@ -276,6 +275,6 @@
width: 100%;
}

.memori-chat--bubble mjx-container[jax="CHTML"][display="true"] {
.memori-chat--bubble mjx-container[jax='CHTML'][display='true'] {
text-align: left;
}
}

0 comments on commit 5146d85

Please sign in to comment.