first commit

This commit is contained in:
CHIEFSOFT\ameye
2023-10-14 22:02:57 -04:00
commit 5f95d857d4
783 changed files with 112323 additions and 0 deletions
@@ -0,0 +1,20 @@
.messagesList {
border-bottom: 1px solid #F7FAFF;
border-right: 2px solid transparent;
padding-left: 12px;
padding-right: 12px;
padding-top: 15px;
padding-bottom: 10px;
}
.messagesList:hover {
background: #FAFAFA;
border-right: 2px solid #757FEF;
}
/* For dark mode */
[class="dark"] .messagesList {
border-bottom: 1px solid var(--borderColor);
}
[class="dark"] .messagesList:hover {
background: var(--colorBlack);
}