Make displayName field more intuitive by collapsing it when focussed and empty. (fixes #319)

This commit is contained in:
schlagmichdoch 2024-08-07 15:23:51 +02:00
parent 794e6304fe
commit 43c346894d
2 changed files with 22 additions and 4 deletions

View file

@ -557,6 +557,10 @@ footer .logo {
position: relative;
}
#display-name:focus::before {
display: none;
}
html:not([dir="rtl"]) #display-name,
html:not([dir="rtl"]) .edit-pen {
margin-left: -1rem;