Updated 40 files via CloudCannon

This commit is contained in:
CloudCannon 2020-12-25 20:27:08 +00:00
parent 61af0c1ca2
commit 8205b1f956
36 changed files with 185 additions and 209 deletions

View file

@ -191,6 +191,8 @@ footer .footframe small .label { display: none; }
.streamer .icon { flex: 0 0 100px; margin: 0; justify-self: center; }
#pleroma { padding-top: 60px; }
#pleroma .container { display: flex; flex-wrap: wrap; box-shadow: 15px 15px 28px 24px var(--border-alt) inset; border-radius: var(--border-radius); justify-content: space-between; }
#pleroma .container div { flex: 1 1 280px; padding: 20px; margin: 20px; overflow: hidden; text-overflow: ellipsis; background-color: var(--bg-alt); box-shadow: 15px 15px 28px 24px var(--border-alt); border-radius: var(--border-radius); }
@ -564,4 +566,4 @@ a[id^="btn"]::-moz-focus-inner { border: 0; padding: 0; }
@media only screen and (max-width: 769px) { .staff li .square-image { width: 70px; height: 70px; } }
/*# sourceMappingURL=main-20201225.css.map */
/*# sourceMappingURL=main-20201225r2.css.map */

File diff suppressed because one or more lines are too long

View file

@ -191,6 +191,8 @@ footer .footframe small .label { display: none; }
.streamer .icon { flex: 0 0 100px; margin: 0; justify-self: center; }
#pleroma { padding-top: 60px; }
#pleroma .container { display: flex; flex-wrap: wrap; box-shadow: 15px 15px 28px 24px var(--border-alt) inset; border-radius: var(--border-radius); justify-content: space-between; }
#pleroma .container div { flex: 1 1 280px; padding: 20px; margin: 20px; overflow: hidden; text-overflow: ellipsis; background-color: var(--bg-alt); box-shadow: 15px 15px 28px 24px var(--border-alt); border-radius: var(--border-radius); }
@ -578,4 +580,4 @@ a[id^="btn"]::-moz-focus-inner { border: 0; padding: 0; }
.hideWhenNoJS { display: none; }
/*# sourceMappingURL=noscripts-20201225.css.map */
/*# sourceMappingURL=noscripts-20201225r2.css.map */

File diff suppressed because one or more lines are too long