mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-21 13:04:47 -04:00
Adds check whether username already exists
This commit is contained in:
parent
e68266fe63
commit
00cd37bfd3
4 changed files with 40 additions and 17 deletions
|
@ -192,6 +192,11 @@ ul.breadcrumbs li a:link, ul.breadcrumbs li a:visited {
|
|||
font-size: 1em;
|
||||
}
|
||||
|
||||
.chat-users .editable-username #username-error {
|
||||
color: #c90c0c;
|
||||
margin: 0.5rem;
|
||||
}
|
||||
|
||||
.chat-users #user-list li {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue