add issues

This commit is contained in:
hokkqi 2020-07-19 04:02:51 +02:00
parent a552218f05
commit a83939b244
3 changed files with 4 additions and 1 deletions

View file

@ -113,6 +113,9 @@ div {
width: 70%;
cursor: pointer;
}
.issues img {
width: 70%;
}
.times img {
width: 90%;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -24,7 +24,7 @@
<div class="ip" onclick="copyIP('ip1')">
<img src="./assets/images/new/ip address.png" alt="" />
</div>
<div class="ip" onclick="copyIP('ip2')">
<div class="issues">
<img src="./assets/images/new/issues.png" alt="" />
</div>