Little UI fixes

This commit is contained in:
Niko 2022-03-14 19:37:41 +01:00
parent a0050ded4a
commit 9d2e1ca35d
3 changed files with 3 additions and 2 deletions

View File

@ -343,7 +343,6 @@ main {
#page-meet #empty #be-first {
text-decoration: none;
padding: .5em 1em;
background: #893ad9;
color: #fff;
border-radius: 8px;
border: 1px solid #ffffff1c;

View File

@ -23,6 +23,7 @@ app.pages.meet = {
} else {
app.template.load('meet.empty', function(tpl) {
dom.innerHTML = app.template.fill({}, tpl);
calcCustomCss();
});
}
app.preload.home();

View File

@ -5,7 +5,8 @@
<p>{s:app.meet_empty_p}</p>
<br>
<a id="be-first" href="#compose"
class="button noback light rounder"
class="component button"
style="background-color: #893ad9"
>{s:app.be_the_first}</a>
</div>
</div>