瀏覽代碼

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

Mitarashi 4 年之前
父節點
當前提交
aee222eb62
共有 2 個文件被更改,包括 5 次插入2 次删除
  1. 2 1
      src/routes/embed.nim
  2. 3 1
      src/sass/tweet/_base.scss

+ 2 - 1
src/routes/embed.nim

@@ -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

+ 3 - 1
src/sass/tweet/_base.scss

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