From 648f4ad2ca9bb553303fb41f8f53638901a5b891 Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Fri, 10 Mar 2023 23:45:27 +0100 Subject: [PATCH] Fix responsive icons --- custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom.css b/custom.css index 7ae03fa..c2130ea 100644 --- a/custom.css +++ b/custom.css @@ -10,4 +10,9 @@ .md-sidebar{ width: auto; } +} + +span.md-nav__icon.md-icon{ + position: absolute; + right: 5px; } \ No newline at end of file