Skip to content

Commit

Permalink
A few changes for private chat
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthyG committed Nov 18, 2017
1 parent 4c14024 commit 34190c1
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 367 deletions.
6 changes: 6 additions & 0 deletions css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -1868,4 +1868,10 @@ body>*>*>*>*::-webkit-scrollbar-thumb {

dl dd+dd {
margin-top: -1.5rem;
}

#private_contacts_list {
overflow-x: hidden;
overflow-y: auto;
max-height: calc(36px * 2);
}
6 changes: 6 additions & 0 deletions css/zstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,4 +356,10 @@ body>*>*>*>*::-webkit-scrollbar-thumb {

dl dd+dd {
margin-top: -1.5rem;
}

#private_contacts_list {
overflow-x: hidden;
overflow-y: auto;
max-height: calc(36px * 2);
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h6 class='col-12' style='margin-bottom: .4rem;'><a href='?u/{{username}}'>{{use
function config$bH(goingback, is_private) {
var is_private = is_private ? 'private_' : ''

console.log("configuring bodyHeight..", is_private)
// console.log("configuring bodyHeight..", is_private)

function configIt(alert) {
var alert = alert || false
Expand Down
Loading

0 comments on commit 34190c1

Please sign in to comment.