feat: collapse mentions (#1034)

This commit is contained in:
Anthony Fu 2023-01-13 01:08:56 +01:00 committed by GitHub
parent d39ea9a6de
commit 36ae8be40a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 145 additions and 15 deletions

View file

@ -77,6 +77,10 @@ body {
--at-apply: 'op0 hover:op100 transition duration-600';
}
.zen .zen-none {
display: none;
}
.custom-emoji {
display: inline-block;
overflow: hidden;