Skip to content
Snippets Groups Projects

REDMINE_ISSUE-18130 | Améliorer l'affichage du logo dans la barre de menu

Merged Timothee P requested to merge redmine-issues/18130 into develop
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -330,7 +330,7 @@ export default {
padding-top: 5px !important;
padding-bottom: 5px !important;
&> img {
max-height: 50px;
max-height: 30px;
}
}
@@ -404,11 +404,11 @@ export default {
#app-header {
/* make the logo disappear on scroll */
position: sticky;
top: -110px;
height: 100px;
top: -90px;
height: 80px;
.menu.container {
/* make the logo disappear on scroll */
height: 50px;
height: 30px;
position: sticky;
top: 0;
}
Loading