mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Hide corner username until hovered
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user