Merge branch 'dev' of codeberg.org:streams/streams into dev

This commit is contained in:
Mike Macgirvin 2023-11-14 08:42:11 +11:00
commit 7c266a7b5c
5 changed files with 11389 additions and 11241 deletions

View file

@ -1,2 +1,2 @@
<?php
define ('STD_VERSION', '23.11.11');
define ('STD_VERSION', '23.11.13');

View file

@ -257,3 +257,40 @@ a.wikilist {
margin-top: 25px;
opacity: 0.8;
}
/* spinner */
.spinner-wrapper {
display: none;
}
.spinner.s {
height: 1rem;
width: 1rem;
}
.spinner.m {
height: 2rem;
width: 2rem;
}
.spinner.l {
height: 3rem;
width: 3rem;
}
.spinner.s,
.spinner.m,
.spinner.l {
margin: 0 auto;
position: relative;
-webkit-animation: rotation 1s infinite linear;
-moz-animation: rotation 1s infinite linear;
-o-animation: rotation 1s infinite linear;
animation: rotation 1s infinite linear;
border-left: .2rem solid rgba(77, 77, 77, .15);
border-right: .2rem solid rgba(77, 77, 77, .15);
border-bottom: .2rem solid rgba(77, 77, 77, .15);
border-top: .2rem solid rgba(77, 77, 77, .5);
border-radius: 100%;
}

BIN
view/de-de/messages.mo Normal file

Binary file not shown.

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff