mirror of
https://github.com/prasathmani/tinyfilemanager
synced 2026-03-14 12:45:51 +01:00
Update tinyfilemanager.php
Fix dropdown menu positioning
This commit is contained in:
parent
7e7fb1f505
commit
3e6a60a090
1 changed files with 17 additions and 0 deletions
|
|
@ -4608,6 +4608,23 @@ function fm_show_header_login()
|
|||
.fs-7 {
|
||||
font-size: 14px;
|
||||
}
|
||||
.dropdown-menu {
|
||||
right: 0;
|
||||
left: auto !important;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.dropdown-menu {
|
||||
position: static !important;
|
||||
float: none;
|
||||
width: auto;
|
||||
margin-top: 0;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<?php
|
||||
if (FM_THEME == "dark"): ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue