X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FNews.vue;h=664b5957bbff1e8cf22429bf5f9d63de724479f8;hb=b1fea144e72b3bce1a2d2c630618805eb45424b4;hp=e23a6e24ffc1530e3d4cae811b5943895fb1622a;hpb=604b951e4dc4647da9b251c5fff4ecb4c7b1b298;p=vchess.git diff --git a/client/src/views/News.vue b/client/src/views/News.vue index e23a6e24..664b5957 100644 --- a/client/src/views/News.vue +++ b/client/src/views/News.vue @@ -1,8 +1,11 @@ @@ -156,11 +199,47 @@ export default { [type="checkbox"].modal+div .card max-width: 767px max-height: 100% + textarea#newsContent + margin: 0 width: 100% min-height: 200px max-height: 100% + #dialog padding: 5px color: blue + +#writeNews + padding-top: 50px + +button#writeNewsBtn, button#loadMoreBtn + margin-top: 0 + margin-bottom: 0 + +span.ndt + color: darkblue + padding: 0 5px 0 var(--universal-margin) + +.margintop + margin-top: 25px + border-top: 1px solid grey +@media screen and (max-width: 767px) + .margintop + margin-top: 10px + + +