From 55386363734b8fbb59b8758bf7c45809a324cd05 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Sun, 10 Mar 2024 21:23:30 +0000 Subject: [PATCH] feat: when nav is small float link icons to the left --- docs/src/css/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 75e484d9..253b2499 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -77,6 +77,14 @@ width: 200px; } +.menu__list-item:has(.header-icon-link) { + float: left; +} + +.menu__list-item:has(.header-icon-link) .header-icon-link { + margin-top: 10px; +} + .header-icon-link::before { content: ''; width: 24px;