Add connect form, add /join command
This commit is contained in:
@@ -12,7 +12,8 @@ body {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
#sidebar, #buffer {
|
||||
#sidebar, #buffer, #connect {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
@@ -49,6 +50,22 @@ body {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#connect {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
background: white;
|
||||
}
|
||||
#connect form {
|
||||
margin: 0 auto;
|
||||
max-width: 300px;
|
||||
}
|
||||
#connect input {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: green;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user