Jelajahi Sumber

make text in the same dimensions on image/video posts

George S. Baugh 5 tahun lalu
induk
melakukan
03cb0552b6
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      www/templates/posts.tx

+ 4 - 0
www/templates/posts.tx

@@ -95,7 +95,11 @@
                     <div style="background-image:url(<: $post.preview :>);" class="circle portrait"></div>
             : }
             : if( $post.data ) {
+                : if ($post.is_video || $post.is_image) {
+                <div id="postData" class="responsive">
+                : } else {
                 <div id="postData">
+                : }
                     : if ( $post.is_profile ) {
                     <h3><: $post.title :></h3>
                     : }