Skip to content

Commit

Permalink
css of contact chnged
Browse files Browse the repository at this point in the history
  • Loading branch information
sayandippaul committed Dec 26, 2023
1 parent 2ae0b94 commit f4afc46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 7 additions & 3 deletions public/css/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ body {

@media only screen and (max-device-width: 600px) {
#frame{
height: 100vh;
margin-top: 30px;
zoom:2.5;
height: 800px;
/* margin-top: 30px; */
/* width: 100%; */
width: 130%;
zoom:2.0;
/* margin-top: -20px;
margin-left: -20px; */
}
}
#frame #sidepanel {
Expand Down
3 changes: 2 additions & 1 deletion views/contact.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ for(var i=0;i<alluser[0].totaltoid.length;i++){
}
showcontacts();
function gotouser(toid,name){
localStorage.setItem("tousername",name);
Expand Down Expand Up @@ -948,7 +949,7 @@ socket.on("showtypingend",function(data){
})
showcontacts();
</script>
</body></html>
{{!--
Expand Down

0 comments on commit f4afc46

Please sign in to comment.