#conversejs:not(.fullscreen) { #minimized-chats { border-top-left-radius: $chatbox-border-radius; border-top-right-radius: $chatbox-border-radius; color: $inverse-link-color; height: 100%; margin-right: $chat-gutter; bottom: 3*$chat-gutter; padding: 0; .badge { bottom: 8px; border: 1px solid $gray-color; } #toggle-minimized-chats { border-top-left-radius: $chatbox-border-radius; border-top-right-radius: $chatbox-border-radius; background-color: $link-color; border: 1px solid white; padding: 10px 0 0 0; text-align: center; color: white; } .minimized-chats-flyout { width: 100%; .chat-head { padding: 0.3em; border-radius: $chatbox-border-radius; height: 35px; margin-bottom: 0.2em; box-shadow: 1px 3px 5px 3px rgba(0, 0, 0, 0.4); } &.minimized { height: auto; } } .unread-message-count, .chat-head-message-count { font-weight: bold; background-color: white; border: 1px solid; text-shadow: 1px 1px 0 $text-shadow-color; color: $warning-color; border-radius: 5px; padding: 2px 4px; font-size: 16px; text-align: center; position: absolute; right: 116px; bottom: 10px; } .unread-message-count-hidden, .chat-head-message-count-hidden { display: none; } } }