Fix mobile menu button icon

master
Skylar Ittner 6 years ago
parent d697041767
commit cae396a695

@ -125,5 +125,6 @@ define("STRINGS", [
"navbar options" => "Site Menu Options", "navbar options" => "Site Menu Options",
"in navbar" => "Add page to menu", "in navbar" => "Add page to menu",
"navbar title" => "Page title for menu", "navbar title" => "Page title for menu",
"navbar position" => "Menu position (drag to change position):" "navbar position" => "Menu position (drag to change position):",
"remove image" => "Remove image"
]); ]);

@ -2264,10 +2264,10 @@ ol.default li {
#navToggle .toggle:before { #navToggle .toggle:before {
display: inline-block; display: inline-block;
font-family: FontAwesome; font-family: "Font Awesome 5 Free";
font-weight: 900;
text-decoration: none; text-decoration: none;
font-style: normal; font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
position: absolute; position: absolute;

Loading…
Cancel
Save