add issues
This commit is contained in:
parent
a552218f05
commit
a83939b244
3 changed files with 4 additions and 1 deletions
|
@ -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 |
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue