mirror of
https://github.com/go-task/task.git
synced 2025-01-22 05:10:17 +02:00
feat: when nav is small float link icons to the left
This commit is contained in:
parent
0c3c2d70a2
commit
5538636373
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user