Skip to content

Commit

Permalink
Added working private-chat-tabs, private msg-input
Browse files Browse the repository at this point in the history
mostly, I can't really guarantee it at the moment..
  • Loading branch information
AnthyG committed Apr 15, 2017
1 parent 2629fd6 commit a924ff4
Show file tree
Hide file tree
Showing 5 changed files with 415 additions and 344 deletions.
4 changes: 3 additions & 1 deletion css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -1585,13 +1585,15 @@ ul.unstyled {
}

#main-tabs>[tab] {
border: none;
height: 100vh;
padding-top: 4.4rem;
}

#main-tabs>div[tab="Lobby"],
#main-tabs>div[tab="PrivateChat"] {
/*margin-top: 4.4rem;*/
height: 100vh;
/*height: 100vh;*/
}

.message-list {
Expand Down
4 changes: 3 additions & 1 deletion css/zstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,15 @@ ul.unstyled {
}

#main-tabs>[tab] {
border: none;
height: 100vh;
padding-top: 4.4rem;
}

#main-tabs>div[tab="Lobby"],
#main-tabs>div[tab="PrivateChat"] {
/*margin-top: 4.4rem;*/
height: 100vh;
/*height: 100vh;*/
}

.message-list {
Expand Down
Loading

0 comments on commit a924ff4

Please sign in to comment.