mirror of
https://github.com/go-task/task.git
synced 2025-11-25 22:32:55 +02:00
feat: when nav is small float link icons to the left
This commit is contained in:
@@ -77,6 +77,14 @@
|
|||||||
width: 200px;
|
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 {
|
.header-icon-link::before {
|
||||||
content: '';
|
content: '';
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
|||||||
Reference in New Issue
Block a user