mirror of
https://gitlab.com/flectra-hq/flectra.git
synced 2026-08-19 01:34:43 -05:00
[FIX] Issue #75
This commit is contained in:
@@ -460,3 +460,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
.f_launcher {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -145,4 +145,10 @@ nav#oe_main_menu_navbar {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
nav#oe_main_menu_navbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user