fix pixel waste (#440)

This commit is contained in:
Mario
2024-01-04 21:42:19 +01:00
committed by GitHub
parent 50c90a4328
commit a543f5cb0c
3 changed files with 35 additions and 4 deletions
@@ -1,12 +1,13 @@
#visgraph {
height: 64vh;
border: 1px solid #ced4da
}
html[data-netbox-color-mode=dark] #visgraph {
background-color: #212529;
border: 1px solid #495057
}
.image-dropdown img {
width: 64px;
height: 64px;