updated broken icon in chat history 4
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:
@@ -17,10 +17,10 @@
|
||||
:class="m.startSide === 1 ? 'text-info' : 'text-warning'">
|
||||
<i v-if="m.tracked" class="fa fa-dot-circle-o text-success tracked" title="Tracked user"></i>
|
||||
{{ m.player }}
|
||||
<i class="fa fa-external-link"></i>
|
||||
<i class="fa fa-external-link"/>
|
||||
</td>
|
||||
<td>
|
||||
<i class="fas fa-caret-right"></i>
|
||||
<i class="fa fa-caret-right"/>
|
||||
</td>
|
||||
<td class="message">
|
||||
{{ m.message }}
|
||||
@@ -138,4 +138,11 @@ table td {
|
||||
width: 40ch;
|
||||
max-width: 40ch;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.name {
|
||||
width: 120px;
|
||||
max-width: 120px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user