Implemented note list

This commit is contained in:
2022-09-07 00:58:24 +03:00
parent b5f538ca4c
commit 8a8c6c71f7
2 changed files with 115 additions and 7 deletions

View File

@@ -285,3 +285,13 @@
max-width: 90vw;
overflow: auto;
}
.twitch-notes-user-list-user {
padding: 1rem;
border-bottom: var(--border-width-default) solid var(--color-border-base) !important;
cursor: pointer;
}
.twitch-notes-user-list-user[data-active] {
background: #772ce833;
}