mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-19 00:51:14 +10:00
Fixing broken CSS, HTML changes, invite page is hidden if turned off, mods can revoke invite privileges.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user