mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-17 16:11: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:
@@ -414,6 +414,10 @@ form.search {
|
||||
background: #fff;
|
||||
border: 2px solid #000;
|
||||
}
|
||||
.Announcement-content {
|
||||
background: var(--theme-dark, #202030);
|
||||
border: #000 solid 1px;
|
||||
}
|
||||
.sidebar-setting a {
|
||||
color: #ccc;
|
||||
border-top: 1px solid #000;
|
||||
|
||||
@@ -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