Added clickDragger to active and pinned cPanels.
This commit is contained in:
parent
3c185b4e28
commit
b994f58bd0
6 changed files with 48 additions and 10 deletions
|
|
@ -41,7 +41,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.-->
|
|||
<video src="/video/static.webm" class="media-panel" id="media-panel-video" muted loop autoplay></video>
|
||||
</div>
|
||||
<div class="chat-panel" id="chat-panel-div">
|
||||
<div class="drag-handle" id="chat-panel-drag-handle">
|
||||
<div class="drag-handle left-drag-handle" id="chat-panel-drag-handle">
|
||||
</div>
|
||||
<div class="chat-panel panel-head-div" id="chat-panel-head-div">
|
||||
<i class="chat-panel panel-head-element bi-film" id="chat-panel-show-video-icon"></i>
|
||||
|
|
@ -75,6 +75,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.-->
|
|||
<span class="active-cpanel cpanel-title-spacer" id="cpanel-active-title-spacer"></span>
|
||||
<i class="active-cpanel cpanel-header-icon cpanel-popout-icon bi-window-stack" id="cpanel-active-popout-icon"></i>
|
||||
<i class="active-cpanel cpanel-header-icon cpanel-close-icon bi-x" id="cpanel-active-close-icon"></i>
|
||||
<div class="drag-handle right-drag-handle" id="cpanel-active-drag-handle">
|
||||
</div>
|
||||
</div>
|
||||
<div class="active-cpanel cpanel-doc" id="cpanel-active-doc">
|
||||
</div>
|
||||
|
|
@ -89,6 +91,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.-->
|
|||
</div>
|
||||
<div class="pinned-cpanel cpanel-doc" id="cpanel-pinned-doc">
|
||||
</div>
|
||||
<div class="drag-handle right-drag-handle" id="cpanel-pinned-drag-handle">
|
||||
</div>
|
||||
</div>
|
||||
<div class="chat-panel" id="chat-area">
|
||||
<div class="chat-panel" id="chat-panel-buffer-div">
|
||||
|
|
@ -102,7 +106,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.-->
|
|||
</div>
|
||||
</div>
|
||||
<div class="chat-panel" id="chat-panel-users-div">
|
||||
<div class="drag-handle" id="chat-panel-users-drag-handle">
|
||||
<div class="drag-handle left-drag-handle" id="chat-panel-users-drag-handle">
|
||||
</div>
|
||||
<div class="chat-panel" id="chat-panel-users-list-div">
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue