Kinda went back to using align-items: stretch. Fixed error message floating.

This commit is contained in:
Henry Jameson 2018-09-03 22:12:18 +03:00
parent 20b0ffc0b9
commit a6047e0ad5
3 changed files with 23 additions and 16 deletions

View file

@ -22,10 +22,6 @@
}
.loadmore-error {
min-width: 6em;
text-align: center;
padding: 0 0.25em 0 0.25em;
margin: 0;
color: $fallback--fg;
color: var(--fg, $fallback--fg);
}