only show nav settings icon when hovering over nav

This commit is contained in:
Mario 2018-09-23 20:41:01 +02:00
parent d83fe9d417
commit 9b7c6e96f7

View File

@ -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;
} }