apply styling to clarify that the display-name is editable
This commit is contained in:
parent
e37f9bd9fb
commit
96ed0e53b1
2 changed files with 18 additions and 6 deletions
|
@ -562,15 +562,21 @@ footer .font-body2 {
|
|||
#display-name {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
padding-right: 1rem;
|
||||
border: none;
|
||||
outline: none;
|
||||
max-width: 18em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
margin-bottom: -4px;
|
||||
cursor: text;
|
||||
margin-bottom: -4px;
|
||||
margin-left: -1rem;
|
||||
padding-right: 0.3rem;
|
||||
padding-left: 0.3em;
|
||||
border-radius: 1.3rem/30%;
|
||||
border-right: solid 1rem transparent;
|
||||
border-left: solid 1rem transparent;
|
||||
background-clip: padding-box;
|
||||
background-color: rgba(var(--text-color), 28%);
|
||||
}
|
||||
|
||||
#edit-pen {
|
||||
|
|
|
@ -588,15 +588,21 @@ footer .font-body2 {
|
|||
#display-name {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
padding-right: 1rem;
|
||||
border: none;
|
||||
outline: none;
|
||||
max-width: 18em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
margin-bottom: -4px;
|
||||
cursor: text;
|
||||
margin-bottom: -4px;
|
||||
margin-left: -1rem;
|
||||
padding-right: 0.3rem;
|
||||
padding-left: 0.3em;
|
||||
border-radius: 1.3rem/30%;
|
||||
border-right: solid 1rem transparent;
|
||||
border-left: solid 1rem transparent;
|
||||
background-clip: padding-box;
|
||||
background-color: rgba(var(--text-color), 28%);
|
||||
}
|
||||
|
||||
#edit-pen {
|
||||
|
|
Loading…
Reference in a new issue