Explorar o código

Add focus to photo rail links

Zed %!s(int64=6) %!d(string=hai) anos
pai
achega
23647f1d7f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/profile.nim

+ 1 - 1
src/views/profile.nim

@@ -69,7 +69,7 @@ proc renderPhotoRail(profile: Profile; photoRail: seq[GalleryPhoto]): VNode =
     tdiv(class="photo-rail-grid"):
       for i, photo in photoRail:
         if i == 16: break
-        a(href=(&"/{profile.username}/status/{photo.tweetId}"),
+        a(href=(&"/{profile.username}/status/{photo.tweetId}#m"),
           style={backgroundColor: photo.color}):
           genImg(photo.url & ":thumb")