Merge pull request #1158 from ThibG/glitch-soc/merge-upstream

Merge upstream changes
This commit is contained in:
ThibG
2019-07-21 00:53:28 +02:00
committed by GitHub
416 changed files with 3426 additions and 8156 deletions

View File

@ -147,6 +147,10 @@
min-height: 100%;
}
.flash-message {
margin-bottom: 10px;
}
@media screen and (max-width: 738px) {
grid-template-columns: minmax(0, 50%) minmax(0, 50%);

View File

@ -14,7 +14,7 @@
@import 'widgets';
@import 'forms';
@import 'accounts';
@import 'stream_entries';
@import 'statuses';
@import 'components/index';
@import 'polls';
@import 'about';