Fix mod selection and deselection

This commit is contained in:
2022-01-30 16:14:32 -05:00
parent 716900a397
commit 8bae1c03c8
5 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
.status {
margin-top: 24px;
}
a.link {
color: #72030a;
}
a.name {
line-height: 1.75rem;
}

View File

@@ -28,7 +28,7 @@
.close {
position: fixed;
top: 8px;
left: 232px;
left: 240px;
font-size: 24px;
margin-left: 12px;
border: none;