only show nav settings icon when hovering over nav
This commit is contained in:
parent
d83fe9d417
commit
9b7c6e96f7
@ -1274,6 +1274,14 @@ img.mail-conv-sender-photo {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#nav-app-settings-link {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav:hover #nav-app-settings-link {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.page-title {
|
.page-title {
|
||||||
margin: 7px 0px;
|
margin: 7px 0px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user