Open paulofelipe opened 8 years ago
One problem here is that the underling bootstrap themes also have layout logic that triggers at 768 (those themes would need to be regenerated with distinct mobile width thresholds to ensure everything behaves as expected). So for now I think there's no good way to change this threshold.
Accordingly with the flexdashboard documentation: "For mobile phones (any screen less than or equal to 768 pixels wide) flexdashboard uses special layout behavior."
I would like to know how I can change the specification e set a small number in order to flexdashboard uses the special layout behavior only os screens with width less than the specified number. For example, it makes differences when one wants to use valueboxes side-by-side in a screen of 750px.
My current solution is to copy the entire var "FlexDashboard" (javascript) and change manually this specification, but the final document has the same functions specified twice. Is there a more ellegant solution?
Thanks for this great package!