change cursor to clarify that the display name is editable

This commit is contained in:
schlagmichdoch 2023-03-03 17:43:03 +01:00
parent 002b31a113
commit 460e8ec79c
2 changed files with 4 additions and 0 deletions

View file

@ -534,6 +534,7 @@ footer {
padding: 0 0 16px 0;
text-align: center;
transition: color 300ms;
cursor: default;
}
footer .logo {
@ -569,6 +570,7 @@ footer .font-body2 {
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: -5px;
cursor: text;
}
#edit-pen {

View file

@ -560,6 +560,7 @@ footer {
align-items: center;
text-align: center;
transition: color 300ms;
cursor: default;
}
footer .logo {
@ -595,6 +596,7 @@ footer .font-body2 {
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: -5px;
cursor: text;
}
#edit-pen {