Add Fediverse event chat views. Closes #2679

This commit is contained in:
Gabe Kangas
2023-02-05 19:58:38 -08:00
parent 922c68bcf7
commit 313a81359a
7 changed files with 586 additions and 15 deletions
@@ -7,6 +7,7 @@
height: 85px;
width: 300px;
overflow: hidden;
background-color: var(--theme-color-background-main);
&:hover {
border-color: var(--theme-text-link);
@@ -23,6 +24,7 @@
.body {
color: var(--theme-color-components-text-on-light);
text-overflow: ellipsis;
line-height: 1.2rem;
}
.account {
@@ -37,8 +39,8 @@
height: 25px;
top: -20px;
left: 40px;
border-color: white;
border-width: 1px;
border-color: var(--theme-color-background-main);
border-width: 2px;
border-style: solid;
border-radius: 50%;
background-size: cover;