Skip to content

Commit

Permalink
fix: remove usage of CSS @container syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed May 9, 2024
1 parent f0d0f35 commit 12f2ce3
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,4 @@ onMounted(() => {
background-color: var(--primary-color);
color: var(--base-color);
}
@container (max-width: 500px) {
.chat-virtual-list .conversation .messages {
max-width: 90%;
}
}
</style>

0 comments on commit 12f2ce3

Please sign in to comment.