wip: Add ban and kick to context menu #69

Draft
sauceyred wants to merge 14 commits from context-menu-ban-kick into main
Showing only changes of commit dc4494a1db - Show all commits

View file

@ -234,6 +234,10 @@ function getDayDifference(date1: Date, date2: Date) {
max-width: 2em;
}
.message-author-username {
cursor: pointer;
}
.left-column {
min-width: 2rem;
display: flex;