|
|
@ -3,7 +3,7 @@ |
|
|
|
<md-dialog :md-active.sync="showServerDialog" style="z-index: 10"> |
|
|
|
<div class="md-layout md-alignment-bottom-center" style="z-index: 1"> |
|
|
|
<div class="md-layout-item md-size-5"/> |
|
|
|
<div class="md-layout-item rounded-and-colored md-size-60"> |
|
|
|
<div class="md-layout-item rounded-and-colored md-size-45 md-small-size-90"> |
|
|
|
<h3 style="text-align: center; margin: 2% 0%">{{serverData['name']}}</h3> |
|
|
|
</div> |
|
|
|
<div class="md-layout-item rounded-and-colored-circle md-size-5 clickable" v-on:click="closeFIF()"> |
|
|
@ -11,7 +11,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="md-layout md-alignment-bottom-center" style="margin-top: -2.5%"> |
|
|
|
<div class="md-layout-item md-size-65 server-info-rounded"> |
|
|
|
<div class="md-layout-item md-size-50 server-info-rounded md-small-size-100"> |
|
|
|
<img :src="serverData['preview']" style="width: 100%; height:12em;object-fit: cover;border-top-left-radius: 15px; border-top-right-radius: 15px"> |
|
|
|
<div> |
|
|
|
<p class="p-server">{{serverData['description']}}</p> |
|
|
@ -37,7 +37,7 @@ |
|
|
|
<hr width="30%"> |
|
|
|
<h3 v-if="serverData['player_count'] < 1" style="text-align: center; line-height: 1em">На сервере пусто, заходи с друзьями...</h3> |
|
|
|
<div v-else> |
|
|
|
<h3 style="text-align: center">Сейчас играет {{serverData['player_count']}}/{{serverData['max_players']}}</h3> |
|
|
|
<h3 style="text-align: center" class="sfi-current-player">Сейчас играет {{serverData['player_count']}}/{{serverData['max_players']}}</h3> |
|
|
|
<hr width="30%"> |
|
|
|
<table style="margin-left: auto; margin-right: auto; height: 20em; padding-left: 10%; padding-right: 10%; padding-bottom: 5%"> |
|
|
|
<thead> |
|
|
@ -150,8 +150,14 @@ table thead, table tbody tr { |
|
|
|
} |
|
|
|
|
|
|
|
.md-dialog-container { |
|
|
|
max-height: 90%; |
|
|
|
max-width: 70%; |
|
|
|
max-height: 100%; |
|
|
|
max-width: 100%; |
|
|
|
box-shadow: unset; |
|
|
|
} |
|
|
|
|
|
|
|
@media(width < 599px) { |
|
|
|
.sfi-current-player { |
|
|
|
font-size: 2em; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |