Merge branch 'embedded' of https://github.com/LainLayer/nitter into embedded
This commit is contained in:
commit
aee222eb62
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
# SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
import asyncdispatch, strutils, options
|
import asyncdispatch, strutils, options
|
||||||
import jester, karax/vdom
|
import jester, karax/vdom
|
||||||
import ".."/[types, api], ../views/[embed, tweet, general]
|
import ".."/[types, api]
|
||||||
|
import ../views/[embed, tweet, general]
|
||||||
import router_utils
|
import router_utils
|
||||||
|
|
||||||
export api, embed, vdom, tweet, general, router_utils
|
export api, embed, vdom, tweet, general, router_utils
|
||||||
|
|
|
@ -118,7 +118,9 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
.tweet-content { font-size: 18px }
|
.tweet-content {
|
||||||
|
font-size: 18px
|
||||||
|
}
|
||||||
|
|
||||||
.tweet-body {
|
.tweet-body {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue