mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-29 10:35:58 +00:00
Make displayName field more intuitive by collapsing it when focussed and empty. (fixes #319)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user