Improve styling, accessebility, usability and use mutation

This commit is contained in:
Chi Vinh Le
2018-08-03 15:57:14 +02:00
parent d05508d574
commit 1376ed255b
21 changed files with 202 additions and 147 deletions
@@ -0,0 +1,10 @@
.root {
width: 100%;
max-width: 400px;
margin: calc(0.5 * var(--spacing-unit)) auto;
}
.comment,
.commentNotFound {
margin: calc(5 * var(--spacing-unit)) auto;
}