fix gerbil styling

This commit is contained in:
Sean Yesmunt 2018-11-27 11:03:27 -05:00
parent 4ecd5e1684
commit c2bed1762b
2 changed files with 3 additions and 1 deletions

View file

@ -203,6 +203,7 @@ p:not(:first-of-type) {
display: flex;
flex-direction: row;
text-align: left;
justify-content: center;
}
.columns {

View file

@ -6,4 +6,5 @@
'component/markdown-editor', 'component/scrollbar', 'component/spinner', 'component/nav',
'component/file-list', 'component/file-render', 'component/search', 'component/toggle',
'component/dat-gui', 'component/item-list', 'component/time', 'component/icon',
'component/placeholder', 'component/badge', 'component/expandable', 'themes/dark';
'component/placeholder', 'component/badge', 'component/expandable', 'component/subscriptions',
'themes/dark';