From 0c76fa56cb55a80edc1eda6abb444fd05f29c5f4 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Sun, 16 Feb 2020 01:00:36 +0100 Subject: [PATCH] Margin adjustment --- client/src/views/News.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- 2.44.0