Developing: Custom backgrounds

This commit is contained in:
SethBurkart123
2023-10-08 07:44:26 +11:00
parent 6cd1e59fa7
commit 44025ecfa0
12 changed files with 465 additions and 638 deletions
+4
View File
@@ -41,6 +41,10 @@ table th {
background-color: #161616;
}
/* .cke_panel_listItem {
} */
::-webkit-scrollbar {
width: 10px;
height: 10px;
+11
View File
@@ -1169,6 +1169,17 @@ div > ol:has(.uiFileHandlerWrapper) {
border-radius: 0.5rem;
}
.cke_panel > iframe {
height: 180px;
background: var(--background-primary);
}
.cke_panel {
border-radius: 1rem;
overflow: hidden;
background: unset;
}
.Avatar__Avatar___gE5kx.Avatar__staff___4gVLs {
--person-colour: var(--better-light);
background: var(--person-colour, var(--navy));
+6
View File
@@ -19,4 +19,10 @@
top: 80px;
height: 590px;
z-index: 20;
}
.imageBackground {
width: 100%;
height: 100%;
object-fit: cover;
}