Skip to content

Commit

Permalink
Bubble: fix alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri0n committed Jun 30, 2024
1 parent 2d5823c commit 57b9335
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions themes/chatview/psi/bubble/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@
right: 0;
opacity: 0.2;
transition: opacity 0.3s linear;
user-select: none;
}

.reply:hover {
Expand Down Expand Up @@ -388,6 +389,11 @@
word-break: break-word;
}

.alert {
font-weight:bold;
color:red;
}

hr.flex-breaker {
width: 100%;
margin: 0;
Expand Down

0 comments on commit 57b9335

Please sign in to comment.