Add direct message

This commit is contained in:
cuom1999 2021-11-20 22:23:03 -06:00
parent 259cb95b43
commit 2f8ef1b524
20 changed files with 1066 additions and 195 deletions

View file

@ -522,4 +522,14 @@ details {
background: $background_light_gray;
padding: 5px 10px;
border-radius: 4px;
}
.control-button {
background: lightgray;
color: black !important;
border: 0;
}
.control-button:hover {
background: gray;
}