fix broken css

This commit is contained in:
root 2025-05-09 14:55:24 +02:00
parent 5204164f94
commit a418270b4a
4 changed files with 15 additions and 11 deletions

View file

@ -221,7 +221,7 @@ if (($handle = fopen($csvfile, "r")) !== FALSE) {
echo '<img class="caticon" src="img/haveno.png">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | ';
$oldcatname=$data[1];
}else{
echo '<img class="caticon" src="img/logo-large.png">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | '; // display the category as its the first row with this new category
echo '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | '; // display the category as its the first row with this new category
$oldcatname=$data[1];
}
}

BIN
www/img/simplex.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
www/img/tor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View file

@ -9,6 +9,10 @@
font-family: 'Source Code Pro', monospace;
}
.caticon{
height: 13px;
}
.width-class{
width: 100%;
object-fit: contain;