offloaded templates/core/_partials/_forthcoming.html to inject in any applet or other feature under construction; used immediately in Contacts billboard applet; styles updated accordingly

This commit is contained in:
Disco DeDisco
2026-03-24 18:40:16 -04:00
parent 2447315fd3
commit bc78d2c470
4 changed files with 13 additions and 2 deletions

View File

@@ -439,6 +439,16 @@ body {
}
}
.forthcoming {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
font-style: italic;
opacity: 0.6;
}
#id_guard_portal {
display: none;
position: fixed;