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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user