Add SASL auth and CAP negotiation

This commit is contained in:
Ken-Håvard Lieng 2020-05-23 08:05:37 +02:00
parent be8b785813
commit 2f8dad2529
18 changed files with 563 additions and 127 deletions

View file

@ -408,6 +408,17 @@ i[class*=' icon-']:before {
width: 100%;
}
.connect-section {
border-bottom: 1px solid #ddd;
padding-bottom: 15px;
margin: 15px 0;
margin-bottom: 10px;
}
.connect-section h2 {
margin-bottom: 10px;
}
input[type='number'] {
appearance: textfield;
}
@ -806,7 +817,6 @@ input.message-input-nick.invalid {
}
.settings h2 {
font-weight: 700;
color: #222;
}