Explorar el Código

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

Mitarashi hace 4 años
padre
commit
aee222eb62
Se han modificado 2 ficheros con 5 adiciones y 2 borrados
  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;