瀏覽代碼

Improve styling for minimized chats

* elements where too large
* ugly drop shadow
JC Brand 5 年之前
父節點
當前提交
1015b63ef7
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      sass/_minimized_chats.scss

+ 3 - 2
sass/_minimized_chats.scss

@@ -50,17 +50,18 @@
 
         .minimized-chats-flyout {
             flex-direction: column-reverse;
-            bottom: 42px;
+            bottom: 45px;
             width: var(--minimized-chats-width);
 
             .chat-head {
+                min-height: 0;
                 padding: 0.3em;
                 border-radius: var(--chatbox-border-radius);
                 height: 35px;
                 margin-bottom: 0.2em;
-                box-shadow: 1px 3px 5px 3px rgba(0, 0, 0, 0.4);
                 width: 100%;
                 max-width: 9em;
+                flex-wrap: nowrap;
             }
             &.minimized {
                 height: auto;