Add sliding and sliding animations on mobile.
This commit is contained in:
parent
00d22f7769
commit
aa42223fc9
4 changed files with 153 additions and 23 deletions
|
|
@ -21,7 +21,7 @@
|
|||
}, 100);
|
||||
});
|
||||
</script>
|
||||
<div class="app-container">
|
||||
<div class="app-container no-active-chat">
|
||||
<!-- Sidebar -->
|
||||
<aside class="sidebar">
|
||||
<header class="sidebar-header">
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
<div class="active-chat-container hidden" id="active-chat-container">
|
||||
<header class="chat-header">
|
||||
<div class="active-contact-info">
|
||||
<!-- <button class="icon-btn back-btn" id="back-to-sidebar"><i data-lucide="arrow-left"></i></button> -->
|
||||
<!-- <button class="icon-btn back-btn mif-arrow-left mif-2x" id="back-to-sidebar" title="Back to chats"></button> -->
|
||||
<div class="avatar active-avatar" id="active-chat-avatar">C</div>
|
||||
<div>
|
||||
<h3 id="active-chat-name">Contact Name</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue