Commit 539234fa authored by JC Brand's avatar JC Brand

Move _minimized_chats.scss into parent dir

updates #1091
parent be5b2357
...@@ -7641,47 +7641,47 @@ body.reset { ...@@ -7641,47 +7641,47 @@ body.reset {
height: 100vh; height: 100vh;
box-shadow: none; } } box-shadow: none; } }
#converse-embedded-chat .chat-head, #converse-embedded-chat .chat-head,
#conversejs:not(.fullscreen) .chat-head { #conversejs:not(.converse-fullscreen) .chat-head {
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-top-right-radius: 4px; } border-top-right-radius: 4px; }
@media screen and (max-height: 450px) { @media screen and (max-height: 450px) {
#converse-embedded-chat .chat-head, #converse-embedded-chat .chat-head,
#conversejs:not(.fullscreen) .chat-head { #conversejs:not(.converse-fullscreen) .chat-head {
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; } } border-top-right-radius: 0; } }
@media screen and (max-width: 480px) { @media screen and (max-width: 480px) {
#converse-embedded-chat .chat-head, #converse-embedded-chat .chat-head,
#conversejs:not(.fullscreen) .chat-head { #conversejs:not(.converse-fullscreen) .chat-head {
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; } } border-top-right-radius: 0; } }
#converse-embedded-chat .chatbox, #converse-embedded-chat .chatbox,
#conversejs:not(.fullscreen) .chatbox { #conversejs:not(.converse-fullscreen) .chatbox {
min-width: 250px !important; min-width: 250px !important;
width: 250px; } width: 250px; }
#converse-embedded-chat .chatbox .box-flyout, #converse-embedded-chat .chatbox .box-flyout,
#conversejs:not(.fullscreen) .chatbox .box-flyout { #conversejs:not(.converse-fullscreen) .chatbox .box-flyout {
min-width: 250px !important; min-width: 250px !important;
width: 250px; } width: 250px; }
#converse-embedded-chat .chatbox .chat-body .chat-message, #converse-embedded-chat .chatbox .chat-body .chat-message,
#conversejs:not(.fullscreen) .chatbox .chat-body .chat-message { #conversejs:not(.converse-fullscreen) .chatbox .chat-body .chat-message {
line-height: 20px; } line-height: 20px; }
#converse-embedded-chat .chatbox .chat-body .chat-message .chat-msg-author, #converse-embedded-chat .chatbox .chat-body .chat-message .chat-msg-author,
#conversejs:not(.fullscreen) .chatbox .chat-body .chat-message .chat-msg-author { #conversejs:not(.converse-fullscreen) .chatbox .chat-body .chat-message .chat-msg-author {
line-height: 20px; } line-height: 20px; }
#converse-embedded-chat .chatbox .chat-body .chat-message .chat-msg-content, #converse-embedded-chat .chatbox .chat-body .chat-message .chat-msg-content,
#conversejs:not(.fullscreen) .chatbox .chat-body .chat-message .chat-msg-content { #conversejs:not(.converse-fullscreen) .chatbox .chat-body .chat-message .chat-msg-content {
line-height: 20px; } line-height: 20px; }
#converse-embedded-chat .chatbox .chat-body .chat-message .chat-msg-content .emojione, #converse-embedded-chat .chatbox .chat-body .chat-message .chat-msg-content .emojione,
#conversejs:not(.fullscreen) .chatbox .chat-body .chat-message .chat-msg-content .emojione { #conversejs:not(.converse-fullscreen) .chatbox .chat-body .chat-message .chat-msg-content .emojione {
margin-bottom: -5px; } margin-bottom: -5px; }
#converse-embedded-chat .chatbox form.sendXMPPMessage .chat-toolbar li .toolbar-menu, #converse-embedded-chat .chatbox form.sendXMPPMessage .chat-toolbar li .toolbar-menu,
#conversejs:not(.fullscreen) .chatbox form.sendXMPPMessage .chat-toolbar li .toolbar-menu { #conversejs:not(.converse-fullscreen) .chatbox form.sendXMPPMessage .chat-toolbar li .toolbar-menu {
min-width: 235px; } min-width: 235px; }
#converse-embedded-chat .chatbox form.sendXMPPMessage .chat-toolbar li .toolbar-menu ul.emoji-toolbar, #converse-embedded-chat .chatbox form.sendXMPPMessage .chat-toolbar li .toolbar-menu ul.emoji-toolbar,
#conversejs:not(.fullscreen) .chatbox form.sendXMPPMessage .chat-toolbar li .toolbar-menu ul.emoji-toolbar { #conversejs:not(.converse-fullscreen) .chatbox form.sendXMPPMessage .chat-toolbar li .toolbar-menu ul.emoji-toolbar {
width: 100%; } width: 100%; }
#converse-embedded-chat .chatbox form.sendXMPPMessage .chat-toolbar li .toolbar-menu ul.emoji-toolbar .emoji-category, #converse-embedded-chat .chatbox form.sendXMPPMessage .chat-toolbar li .toolbar-menu ul.emoji-toolbar .emoji-category,
#conversejs:not(.fullscreen) .chatbox form.sendXMPPMessage .chat-toolbar li .toolbar-menu ul.emoji-toolbar .emoji-category { #conversejs:not(.converse-fullscreen) .chatbox form.sendXMPPMessage .chat-toolbar li .toolbar-menu ul.emoji-toolbar .emoji-category {
float: left; } float: left; }
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
...@@ -8656,7 +8656,7 @@ body.reset { ...@@ -8656,7 +8656,7 @@ body.reset {
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
#conversejs:not(.converse-embedded) .message.chat-msg .chat-msg-author { #conversejs:not(.converse-embedded) .message.chat-msg .chat-msg-author {
white-space: normal; } } white-space: normal; } }
#conversejs:not(.fullscreen) #minimized-chats { #conversejs.converse-overlayed #minimized-chats {
order: 100; order: 100;
width: 130px; width: 130px;
margin-bottom: -1em; margin-bottom: -1em;
...@@ -8665,10 +8665,10 @@ body.reset { ...@@ -8665,10 +8665,10 @@ body.reset {
color: white; color: white;
margin-right: 0.5em; margin-right: 0.5em;
padding: 0; } padding: 0; }
#conversejs:not(.fullscreen) #minimized-chats .badge { #conversejs.converse-overlayed #minimized-chats .badge {
bottom: 8px; bottom: 8px;
border: 1px solid #818479; } border: 1px solid #818479; }
#conversejs:not(.fullscreen) #minimized-chats #toggle-minimized-chats { #conversejs.converse-overlayed #minimized-chats #toggle-minimized-chats {
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
background-color: #578EA9; background-color: #578EA9;
...@@ -8680,7 +8680,7 @@ body.reset { ...@@ -8680,7 +8680,7 @@ body.reset {
text-overflow: ellipsis; text-overflow: ellipsis;
display: block; display: block;
height: 45px; } height: 45px; }
#conversejs:not(.fullscreen) #minimized-chats a.restore-chat { #conversejs.converse-overlayed #minimized-chats a.restore-chat {
padding: 1px 0 1px 5px; padding: 1px 0 1px 5px;
color: white; color: white;
line-height: 15px; line-height: 15px;
...@@ -8688,24 +8688,24 @@ body.reset { ...@@ -8688,24 +8688,24 @@ body.reset {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; } white-space: nowrap; }
#conversejs:not(.fullscreen) #minimized-chats a.restore-chat:hover { #conversejs.converse-overlayed #minimized-chats a.restore-chat:hover {
text-decoration: none; } text-decoration: none; }
#conversejs:not(.fullscreen) #minimized-chats a.restore-chat:visited { #conversejs.converse-overlayed #minimized-chats a.restore-chat:visited {
color: white; } color: white; }
#conversejs:not(.fullscreen) #minimized-chats .minimized-chats-flyout { #conversejs.converse-overlayed #minimized-chats .minimized-chats-flyout {
flex-direction: column-reverse; flex-direction: column-reverse;
bottom: 42px; bottom: 42px;
width: 130px; } width: 130px; }
#conversejs:not(.fullscreen) #minimized-chats .minimized-chats-flyout .chat-head { #conversejs.converse-overlayed #minimized-chats .minimized-chats-flyout .chat-head {
padding: 0.3em; padding: 0.3em;
border-radius: 4px; border-radius: 4px;
height: 35px; height: 35px;
margin-bottom: 0.2em; margin-bottom: 0.2em;
box-shadow: 1px 3px 5px 3px rgba(0, 0, 0, 0.4); box-shadow: 1px 3px 5px 3px rgba(0, 0, 0, 0.4);
width: 100%; } width: 100%; }
#conversejs:not(.fullscreen) #minimized-chats .minimized-chats-flyout.minimized { #conversejs.converse-overlayed #minimized-chats .minimized-chats-flyout.minimized {
height: auto; } height: auto; }
#conversejs:not(.fullscreen) #minimized-chats .unread-message-count { #conversejs.converse-overlayed #minimized-chats .unread-message-count {
font-weight: bold; font-weight: bold;
background-color: white; background-color: white;
border: 1px solid; border: 1px solid;
...@@ -8718,8 +8718,8 @@ body.reset { ...@@ -8718,8 +8718,8 @@ body.reset {
position: absolute; position: absolute;
right: 116px; right: 116px;
bottom: 10px; } bottom: 10px; }
#conversejs:not(.fullscreen) #minimized-chats .unread-message-count-hidden, #conversejs.converse-overlayed #minimized-chats .unread-message-count-hidden,
#conversejs:not(.fullscreen) #minimized-chats .chat-head-message-count-hidden { #conversejs.converse-overlayed #minimized-chats .chat-head-message-count-hidden {
display: none; } display: none; }
#converse-embedded-chat [hidden], #converse-embedded-chat [hidden],
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
<p class="chatroom-description">Two households, both alike in dignity, In fair Verona, where we lay our scene.</p> <p class="chatroom-description">Two households, both alike in dignity, In fair Verona, where we lay our scene.</p>
</div> </div>
<div class="chatbox-buttons row no-gutters"> <div class="chatbox-buttons row no-gutters">
<a class="chatbox-btn fa fa-minus"></a>
<a class="chatbox-btn fa fa-close"></a> <a class="chatbox-btn fa fa-close"></a>
<a class="chatbox-btn fa fa-wrench"></a> <a class="chatbox-btn fa fa-wrench"></a>
</div> </div>
......
#conversejs:not(.fullscreen) { #conversejs.converse-overlayed {
#minimized-chats { #minimized-chats {
order: 100; order: 100;
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
@import "chatrooms"; @import "chatrooms";
@import "headline"; @import "headline";
@import "messages"; @import "messages";
@import "converse/minimized_chats"; @import "minimized_chats";
@import "bookmarks"; @import "bookmarks";
@import "awesomplete"; @import "awesomplete";
@import "embedded"; @import "embedded";
#converse-embedded-chat, #converse-embedded-chat,
#conversejs:not(.fullscreen) { #conversejs:not(.converse-fullscreen) {
.chat-head { .chat-head {
border-top-left-radius: $chatbox-border-radius; border-top-left-radius: $chatbox-border-radius;
border-top-right-radius: $chatbox-border-radius; border-top-right-radius: $chatbox-border-radius;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment