1
0
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:
Prasath Mani
2025-02-26 08:17:58 +05:30
parent 64f7b29c78
commit bf2c2a9a4d

View File

@@ -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) ?>&amp;settings=1"><i class="fa fa-cog" aria-hidden="true"></i> <?php echo lng('Settings') ?></a>
<?php endif ?>