fixed broken match-table on mobile screens
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "csgowtf",
|
"name": "csgowtf",
|
||||||
"version": "0.29.0",
|
"version": "0.29.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
<p class="text-muted">For feedback open an <a class="text-decoration-none text-warning"
|
<p class="text-muted">For feedback open an <a class="text-decoration-none text-warning"
|
||||||
href="https://git.harting.dev/CSGOWTF/csgowtf/issues"
|
href="https://git.harting.dev/CSGOWTF/csgowtf/issues"
|
||||||
target="_blank">issue</a>.</p>
|
target="_blank">issue</a>.</p>
|
||||||
<p class="text-muted">Build-Version: <span class="text-white">{{ version }}</span></p>
|
<p class="text-muted mb-0">Build-Version: <span class="text-white">{{ version }}</span></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@@ -425,6 +425,27 @@ table {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 400px) {
|
||||||
|
table tr {
|
||||||
|
.map-icon {
|
||||||
|
margin-left: 0 !important;
|
||||||
|
}
|
||||||
|
.map {
|
||||||
|
padding: 0.5rem !important;
|
||||||
|
}
|
||||||
|
.td-map {
|
||||||
|
padding: 0 1rem !important;
|
||||||
|
|
||||||
|
.parsed {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.not-yet-parsed {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.map-icon {
|
.map-icon {
|
||||||
margin-left: -1.32em !important;
|
margin-left: -1.32em !important;
|
||||||
@@ -445,23 +466,24 @@ table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 40px !important;
|
width: 35px !important;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.td-rank img {
|
.td-rank img {
|
||||||
width: 50px !important;
|
width: 50px !important;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 50px;
|
max-width: 50px !important;
|
||||||
|
margin-left: -0.5rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.td-score {
|
.td-score {
|
||||||
font-size: .9rem !important;
|
font-size: .7rem !important;
|
||||||
//width: 110px !important;
|
//width: 110px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.td-date {
|
.td-date {
|
||||||
font-size: .9rem !important;
|
font-size: .8rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kills, .deaths, .assists, .kdiff, .duration, .hltv, .length,
|
.kills, .deaths, .assists, .kdiff, .duration, .hltv, .length,
|
||||||
|
Reference in New Issue
Block a user