소스 검색

make text in the same dimensions on image/video posts

George S. Baugh 5 년 전
부모
커밋
03cb0552b6
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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>
                     : }