copy theme from cybre.space

This commit is contained in:
wuyingren 2020-10-19 23:33:19 +08:00
parent 28405b6517
commit e2b74ba094
5 changed files with 2570 additions and 83 deletions

View file

@ -44,20 +44,20 @@
/* Don't display the elephant mascot (we have our
* own, thanks) */
/*.drawer__inner__mastodon {
.drawer__inner__mastodon {
display: none;
} */
}
/* Let the compose area/drawer be short, but
* expand if necessary */
/* .drawer .drawer__inner {
.drawer .drawer__inner {
overflow: visible;
height:inherit;
background-image: none;
}
.drawer__pager {
overflow-y:auto;
} */
}
/* Put a reasonable background on the single-column compose form */
.layout-single-column .compose-panel {
@ -82,5 +82,5 @@
}
}
@import 'fullwidth-media';