mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-30 11:39:14 -04:00
Make displayName field more intuitive by collapsing it when focussed and empty. (fixes #319)
This commit is contained in:
parent
794e6304fe
commit
43c346894d
2 changed files with 22 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue