txlyre 3 ani în urmă
părinte
comite
870f2acbcb
1 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 4 4
      templates/video.html

+ 4 - 4
templates/video.html

@@ -19,7 +19,7 @@
     <span id="likes_count"></span>
   </span>
 
-  <span class="is-inline">
+  <span>
     <div class="media">
       <div class="media-left">
         <figure class="image is-24x24">
@@ -36,17 +36,17 @@
 <br>
 
 <div class="buttons is-centered">
-  <button id="last_button" class="button is-small" disabled>
+  <button id="last_button" class="button" disabled>
     <span class="icon"><i class="fas fa-angle-left"></i></span>
     <span>Last</span>
   </button>
 
-  <a class="button is-small" href="/random">
+  <a class="button" href="/random">
     <span class="icon"><i class="fas fa-dice"></i></span>
     <span>Random</span>
   </a>
 
-  <button id="next_button" class="button is-small" disabled>
+  <button id="next_button" class="button" disabled>
     <span class="icon"><i class="fas fa-angle-right"></i></span>
     <span>Next</span>
   </button>