mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Messaging infrastructure
Put together a quick test to get internal messaging working for appeals and joining current sources requests. Now that it works, forms that will leverage messaging will be created.
This commit is contained in:
@ -37,9 +37,8 @@ section[role="listings"] div[role="paginate"] span {
|
||||
|
||||
a.list-link {
|
||||
display: grid;
|
||||
grid-template-columns: 70px 80% 80px 80px;
|
||||
grid-template-columns: 70px 1fr 80px 80px;
|
||||
gap: 10px;
|
||||
width: 90%;
|
||||
height: 45px;
|
||||
padding-bottom: 20px;
|
||||
cursor: pointer;
|
||||
|
Reference in New Issue
Block a user