Skip to content

Commit e2a23a7

Browse files
committed
Merge together adjacent ping message borders
Otherwise the border radius pinches repeatedly
1 parent a9ba566 commit e2a23a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/client/resources/web/css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,11 @@ body {
288288
border-radius: 2px;
289289
background-color: #4caf50;
290290
}
291+
.message.ping + .message.ping::before {
292+
height: calc(100% + 4px);
293+
top: 0;
294+
bottom: -4px;
295+
}
291296

292297
.message a {
293298
text-decoration: none;

0 commit comments

Comments
 (0)