Cosmetic Fix bug : dossier name disappear

This commit is contained in:
sparkyx 2023-07-01 12:31:34 +02:00
parent 9d496cd7bf
commit 3a7f97cf03
2 changed files with 6 additions and 3 deletions

View file

@ -1375,7 +1375,7 @@ div.foldercontent {
@media only screen and (max-width: 1199px) {
#dossier {
display:none;
display:flex;
}
}

View file

@ -135,8 +135,11 @@ class Noalyss_Appearance
echo <<<EOF
<style>
#top,#dossier,#module {
#top {
color:{$folder_font};
background-color: transparent;
}
#dossier,#module {
color:{$folder_font};
background-color: {$folder};
}