浏览代码

fix styling

Daniel Sheffield 1 年之前
父节点
当前提交
7af4af4117
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/rest/templates/goto.tpl
  2. 1 1
      app/rest/templates/upload.tpl

+ 1 - 1
app/rest/templates/goto.tpl

@@ -36,7 +36,7 @@ svg {
         </div>
       </div>
       <div class="pure-u-1">
-        <div class="pure-button" style="margin: 1em 0 1em; background: #8f4f4f">
+        <div class="pure-button" style="margin: 1em 0 0; background: #8f4f4f">
           <a href="{{!link}}" style="color: floralwhite;">{{ link }}</a>
         </div>
       </div>

+ 1 - 1
app/rest/templates/upload.tpl

@@ -36,7 +36,7 @@ svg {
         </div>
       </div>
       <div class="pure-u-1">
-        <div class="pure-button" style="margin: 1em 0 1em; background: #afaf0f;">
+        <div class="pure-button" style="margin: 1em 0 0; background: #afaf0f;">
           <a href="{{!link}}" style="color: floralwhite;">{{ link }}</a>
         </div>
       </div>