mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-07-16 23:01:13 +02:00
Update tinyfilemanager.php
Resolve the problem of the User dropdown being cut off.
This commit is contained in:
@@ -3763,7 +3763,8 @@ function fm_show_nav_path($path)
|
||||
<a class="nav-link dropdown-toggle" id="navbarDropdownMenuLink-5" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
<i class="fa fa-user-circle"></i>
|
||||
</a>
|
||||
<div class="dropdown-menu text-small shadow" aria-labelledby="navbarDropdownMenuLink-5" data-bs-theme="<?php echo FM_THEME; ?>">
|
||||
|
||||
<div class="dropdown-menu dropdown-menu-end text-small shadow" aria-labelledby="navbarDropdownMenuLink-5" data-bs-theme="<?php echo FM_THEME; ?>">
|
||||
<?php if (!FM_READONLY): ?>
|
||||
<a title="<?php echo lng('Settings') ?>" class="dropdown-item nav-link" href="?p=<?php echo urlencode(FM_PATH) ?>&settings=1"><i class="fa fa-cog" aria-hidden="true"></i> <?php echo lng('Settings') ?></a>
|
||||
<?php endif ?>
|
||||
|
Reference in New Issue
Block a user