From: Benjamin Auder Date: Sun, 16 Feb 2020 00:00:36 +0000 (+0100) Subject: Margin adjustment X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=0c76fa56cb55a80edc1eda6abb444fd05f29c5f4 Margin adjustment --- diff --git a/client/src/views/News.vue b/client/src/views/News.vue index 8a3de76d..8f03b3af 100644 --- a/client/src/views/News.vue +++ b/client/src/views/News.vue @@ -13,7 +13,7 @@ main #dialog.text-center {{ st.tr[infoMsg] }} .row .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2 - button( + button#writeNews( v-if="devs.includes(st.user.id)" @click="showModalNews" ) @@ -166,6 +166,9 @@ textarea#newsContent #dialog padding: 5px color: blue +button#writeNews + margin-top: 0 + margin-bottom: 0 span.ndt color: darkblue padding: 0 5px 0 var(--universal-margin)