Scaled down the action menu under assets to fit the actions for 1 row displays

This commit is contained in:
johnnyq 2024-01-06 15:34:59 -05:00
parent 56d7772e26
commit e260cbf626
1 changed files with 0 additions and 1 deletions

View File

@ -342,7 +342,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
<i class="fas fa-fw fa-copy mr-2"></i>Copy
</a>
<?php if ($session_user_role > 2) { ?>
<div class="dropdown-divider"></div>
<a class="dropdown-item text-danger confirm-link" href="post.php?archive_asset=<?php echo $asset_id; ?>">
<i class="fas fa-fw fa-archive mr-2"></i>Archive
</a>