From: Benjamin Auder <benjamin.auder@somewhere>
Date: Thu, 20 Feb 2020 23:29:50 +0000 (+0100)
Subject: Style
X-Git-Url: https://git.auder.net/%7B%7B%20asset('mixstore/doc/current/git-logo.png?a=commitdiff_plain;h=b3ef5759ad2cf1dcc1e48813bcfc9e1a67b92c7a;p=vchess.git

Style
---

diff --git a/client/src/views/News.vue b/client/src/views/News.vue
index 1509d67d..f9e8adcd 100644
--- a/client/src/views/News.vue
+++ b/client/src/views/News.vue
@@ -30,7 +30,7 @@ main
           button(@click="editNews(n)") {{ st.tr["Edit"] }}
           button(@click="deleteNews(n)") {{ st.tr["Delete"] }}
         p(v-html="parseHtml(n.content)")
-      button(
+      button#loadMoreBtn(
         v-if="hasMore"
         @click="loadMore()"
       )
@@ -165,7 +165,7 @@ textarea#newsContent
 #writeNews
   padding-top: 50px
 
-button#writeNewsBtn
+button#writeNewsBtn, button#loadMoreBtn
   margin-top: 0
   margin-bottom: 0