mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-18 05:22:06 +00:00
Fix 2px gap on chatbox
This commit is contained in:
parent
833cb1a284
commit
9b34035857
1 changed files with 3 additions and 2 deletions
|
|
@ -84,8 +84,9 @@ input.form-control[type="email"], textarea.form-control {
|
||||||
}
|
}
|
||||||
|
|
||||||
#userlist, #messagebuffer {
|
#userlist, #messagebuffer {
|
||||||
border-left: 1px solid #151515;
|
border-left: 1px solid #151515;
|
||||||
border-right: 1px solid #151515;
|
border-right: 1px solid #151515;
|
||||||
|
padding-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#userlist {
|
#userlist {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue