Browse Source

Fix GitHub button size

Gaël Métais 4 năm trước cách đây
mục cha
commit
4286c528f5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      front/src/main.html

+ 1 - 1
front/src/main.html

@@ -33,7 +33,7 @@
     <div class="footer">
         <span class="version">@@version</span>
         <br><a href="<%= baseUrl %>about">More about Yellow Lab Tools</a><br>
-        <div class="github"><iframe id="ghbtn" frameborder="0" scrolling="0" width="145px" height="30px"></iframe></div>
+        <div class="github"><iframe id="ghbtn" frameborder="0" scrolling="0" width="160px" height="30px"></iframe></div>
     </div>
 
     <!-- build:js js/all.js -->