mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 00:09:27 -05:00
Plugin manager: align icon size with rest of the GUI
This commit is contained in:
@@ -130,7 +130,7 @@ foreach (glob($plugins,GLOB_NOSORT) as $plugin_link) {
|
||||
//write plugin information
|
||||
$empty = false;
|
||||
echo "<tr id=\"".str_replace(['.',' ','_'],'',basename($plugin_file,'.plg'))."\">";
|
||||
echo "<td style='vertical-align:top;width:64px'><p style='text-align:center'>$link</p></td>";
|
||||
echo "<td>$link</td>";
|
||||
echo "<td><span class='desc_readmore' style='display:block'>$desc</span> $support</td>";
|
||||
echo "<td>$author</td>";
|
||||
echo "<td data='$date'>$version</td>";
|
||||
|
||||
Reference in New Issue
Block a user