Make raw item code constrained width wise
This commit is contained in:
@@ -65,3 +65,8 @@ input[type="checkbox"]:checked + label {
|
|||||||
color: rgb(199, 179, 119);
|
color: rgb(199, 179, 119);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.raw-item {
|
||||||
|
max-width: 120px;
|
||||||
|
background-color: #444;
|
||||||
|
color: rgb(240, 240, 240);
|
||||||
|
}
|
||||||
|
|||||||
@@ -11,6 +11,6 @@
|
|||||||
<li>{{stat}}</li>
|
<li>{{stat}}</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<li>{{item.raw().hex()}}</li>
|
<li><input class="raw-item" type="text" name="raw item" value="{{item.raw().hex()}}" onfocus="this.select()" readonly></li>
|
||||||
</ul>
|
</ul>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user