mirror of
https://github.com/zedeus/nitter
synced 2024-11-25 03:09:22 +01:00
minor css change and version bump
This commit is contained in:
parent
817501a516
commit
784d0d42ac
@ -117,6 +117,8 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
.tweet-content { font-size: 18px }
|
||||||
|
|
||||||
.tweet-body {
|
.tweet-body {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -52,7 +52,7 @@ proc renderHead*(prefs: Prefs; cfg: Config; req: Request; titleText=""; desc="";
|
|||||||
let opensearchUrl = getUrlPrefix(cfg) & "/opensearch"
|
let opensearchUrl = getUrlPrefix(cfg) & "/opensearch"
|
||||||
|
|
||||||
buildHtml(head):
|
buildHtml(head):
|
||||||
link(rel="stylesheet", type="text/css", href="/css/style.css?v=11")
|
link(rel="stylesheet", type="text/css", href="/css/style.css?v=12")
|
||||||
link(rel="stylesheet", type="text/css", href="/css/fontello.css?v=2")
|
link(rel="stylesheet", type="text/css", href="/css/fontello.css?v=2")
|
||||||
|
|
||||||
if theme.len > 0:
|
if theme.len > 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user