Hide corner username until hovered

This commit is contained in:
Jeremy Zhang
2018-08-12 05:45:03 +00:00
parent 14d93b3bd1
commit 03b5d5547e
3 changed files with 8 additions and 6 deletions

View File

@ -357,7 +357,7 @@ textarea.materialize-textarea:focus:not([readonly]) {
#currentuserimage_parent {
display: inline-block;
vertical-align: middle;
margin-top: 3px;
}
.currentuserimage {
@ -365,12 +365,15 @@ textarea.materialize-textarea:focus:not([readonly]) {
}
.currentusername {
display: inline-block;
display: none;
position: relative;
top: 7px;
left: 5px;
}
#nameplate:hover #currentusername {
display: inline-block
}
#curuser_discrim {
font-size: 50%;
color: #FFFFFF;