edit some styling of the display-name edit field
This commit is contained in:
parent
1bc23dc4b3
commit
5934e94761
2 changed files with 8 additions and 6 deletions
|
@ -564,19 +564,20 @@ footer .font-body2 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
max-width: 18em;
|
max-width: 15em;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
margin-bottom: -4px;
|
|
||||||
margin-left: -1rem;
|
margin-left: -1rem;
|
||||||
|
margin-bottom: -6px;
|
||||||
padding-right: 0.3rem;
|
padding-right: 0.3rem;
|
||||||
padding-left: 0.3em;
|
padding-left: 0.3em;
|
||||||
|
padding-bottom: 0.1rem;
|
||||||
border-radius: 1.3rem/30%;
|
border-radius: 1.3rem/30%;
|
||||||
border-right: solid 1rem transparent;
|
border-right: solid 1rem transparent;
|
||||||
border-left: solid 1rem transparent;
|
border-left: solid 1rem transparent;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
background-color: rgba(var(--text-color), 32%);
|
background-color: rgba(var(--text-color), 43%);
|
||||||
color: white;
|
color: white;
|
||||||
transition: background-color 0.5s ease;
|
transition: background-color 0.5s ease;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -590,19 +590,20 @@ footer .font-body2 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
max-width: 18em;
|
max-width: 15em;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
margin-bottom: -4px;
|
|
||||||
margin-left: -1rem;
|
margin-left: -1rem;
|
||||||
|
margin-bottom: -6px;
|
||||||
padding-right: 0.3rem;
|
padding-right: 0.3rem;
|
||||||
padding-left: 0.3em;
|
padding-left: 0.3em;
|
||||||
|
padding-bottom: 0.1rem;
|
||||||
border-radius: 1.3rem/30%;
|
border-radius: 1.3rem/30%;
|
||||||
border-right: solid 1rem transparent;
|
border-right: solid 1rem transparent;
|
||||||
border-left: solid 1rem transparent;
|
border-left: solid 1rem transparent;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
background-color: rgba(var(--text-color), 32%);
|
background-color: rgba(var(--text-color), 43%);
|
||||||
color: white;
|
color: white;
|
||||||
transition: background-color 0.5s ease;
|
transition: background-color 0.5s ease;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in a new issue