mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
super hide
This commit is contained in:
parent
ac12559f14
commit
2e11d21dd4
@ -816,3 +816,7 @@ ul.left-nav-menu li.selected svg {
|
||||
height: 19px !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.super-hide {
|
||||
display: none !important;
|
||||
}
|
||||
@ -563,7 +563,7 @@ $(document).ready(function () {
|
||||
// Hide Filepath
|
||||
$('#search_folders').toggleClass('hide');
|
||||
// Show Search Input
|
||||
$('.directoryName').toggleClass('hide');
|
||||
$('.directoryName').toggleClass('super-hide');
|
||||
|
||||
if (!$('#search_folders').hasClass('hide')) {
|
||||
$("#search_folders").focus();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user