Merge branch 'embedded' of https://github.com/LainLayer/nitter into embedded

This commit is contained in:
Mitarashi 2022-01-14 20:36:06 +02:00
commit aee222eb62
2 changed files with 5 additions and 2 deletions

View file

@ -1,7 +1,8 @@
# SPDX-License-Identifier: AGPL-3.0-only
import asyncdispatch, strutils, options
import jester, karax/vdom
import ".."/[types, api], ../views/[embed, tweet, general]
import ".."/[types, api]
import ../views/[embed, tweet, general]
import router_utils
export api, embed, vdom, tweet, general, router_utils

View file

@ -118,7 +118,9 @@
justify-content: center;
height: 100%;
.tweet-content { font-size: 18px }
.tweet-content {
font-size: 18px
}
.tweet-body {
display: flex;