Margin adjustment
authorBenjamin Auder <benjamin.auder@somewhere>
Sun, 16 Feb 2020 00:00:36 +0000 (01:00 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Sun, 16 Feb 2020 00:00:36 +0000 (01:00 +0100)
client/src/views/News.vue

index 8a3de76..8f03b3a 100644 (file)
@@ -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)