1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

feat: when nav is small float link icons to the left

This commit is contained in:
Pete Davison
2024-03-10 21:23:30 +00:00
parent 0c3c2d70a2
commit 5538636373

View File

@@ -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;