fix gerbil styling
This commit is contained in:
parent
4ecd5e1684
commit
c2bed1762b
2 changed files with 3 additions and 1 deletions
|
@ -203,6 +203,7 @@ p:not(:first-of-type) {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.columns {
|
.columns {
|
||||||
|
|
|
@ -6,4 +6,5 @@
|
||||||
'component/markdown-editor', 'component/scrollbar', 'component/spinner', 'component/nav',
|
'component/markdown-editor', 'component/scrollbar', 'component/spinner', 'component/nav',
|
||||||
'component/file-list', 'component/file-render', 'component/search', 'component/toggle',
|
'component/file-list', 'component/file-render', 'component/search', 'component/toggle',
|
||||||
'component/dat-gui', 'component/item-list', 'component/time', 'component/icon',
|
'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';
|
||||||
|
|
Loading…
Reference in a new issue