Sponsorships and Speakers are working and looking pretty well. Other general clean up.

This commit is contained in:
Scott Idem
2024-02-27 16:50:37 -05:00
parent 9540aefd50
commit c93d84f3c3
15 changed files with 1513 additions and 148 deletions

View File

@@ -43,6 +43,10 @@ body {
opacity: .5;
}
.ae_d_none {
display: none;
}
/* Allow content to scroll horizontal if too wide */
.ae_h_scrollfix {
max-width: 100%;
@@ -61,4 +65,14 @@ body {
#appShell #shell-header.iframe {
display: none;
}
}
/* body[data-theme='wintry'] {
background: none;
background-image: none;
} */
body[data-theme]:has(#page.iframe) {
background: none;
background-image: none;
}