Menu Improvements (#280)

* Added icon for the menu

* Updated the CSS

* Implemented icon to the menu
This commit is contained in:
kyw 2022-02-01 08:06:38 +08:00 committed by GitHub
parent 0563d44870
commit 8ca4769354
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 29 additions and 5 deletions

View file

@ -663,6 +663,20 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
.usermenu-item {
#cmenu.item();
.usermenu-item-icon {
position:relative;
top:1.5px;
right:3px;
display:table-cell;
}
.usermenu-item-name {
position:relative;
bottom:2px;
padding-left: 5px;
display:table-cell;
}
}
}
}