X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FNews.vue;fp=client%2Fsrc%2Fviews%2FNews.vue;h=8f03b3afb8531f0a12d8b4da164ea0921500a109;hb=0c76fa56cb55a80edc1eda6abb444fd05f29c5f4;hp=8a3de76d2a0f5ed6d51d72f6f9193b12207ad144;hpb=feae89d39c446311f78a24b597b6b1ffbf5e1018;p=vchess.git 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)