Fixing broken CSS, HTML changes, invite page is hidden if turned off, mods can revoke invite privileges.

This commit is contained in:
some weird guy
2023-08-03 17:15:00 -07:00
parent 22b6a8f81f
commit a7828ce97c
12 changed files with 57 additions and 21 deletions
+3 -2
View File
@@ -82,13 +82,14 @@ button {
width: 175px;
}
.Announcement-content {
background: var(--theme-dark, #202030);
border: 1px solid black;
border: 1px solid #00000045;
border-radius: 6px;
padding: 6px;
padding-bottom: 6px;
margin-bottom: 12px;
text-align: left;
padding-bottom: 22px;
background: white;
}
.Announcement-content .Announcement-image {
padding-top: 6px;