瀏覽代碼

Padding tweak

JC Brand 8 年之前
父節點
當前提交
971e1e2e26
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. 3 3
      css/converse.css
  2. 1 1
      sass/_chatbox.scss
  3. 1 1
      sass/_chatrooms.scss

+ 3 - 3
css/converse.css

@@ -1455,7 +1455,7 @@
   margin: 0;
   margin-left: 0.1em;
   margin-right: 0.2em;
-  padding: 0.5em 0.5em 0.3em 0.5em;
+  padding: 0.5em;
   text-decoration: none; }
   #converse-embedded-chat .chatbox-btn:active,
   #conversejs .chatbox-btn:active {
@@ -2342,8 +2342,8 @@
           #converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul.occupant-list,
           #conversejs .chatroom .box-flyout .chatroom-body .occupants ul.occupant-list {
             overflow-y: auto;
-            height: -webkit-calc(100% - 205px);
-            height: calc(100% - 205px); }
+            height: -webkit-calc(100% - 220px);
+            height: calc(100% - 220px); }
           #converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul.features-list,
           #conversejs .chatroom .box-flyout .chatroom-body .occupants ul.features-list {
             padding-top: 0; }

+ 1 - 1
sass/_chatbox.scss

@@ -66,7 +66,7 @@
         margin: 0;
         margin-left: 0.1em;
         margin-right: 0.2em;
-        padding: 0.5em 0.5em 0.3em 0.5em;
+        padding: 0.5em;
         text-decoration: none;
         &:active {
             position: relative;

+ 1 - 1
sass/_chatrooms.scss

@@ -118,7 +118,7 @@
 
                         &.occupant-list {
                             overflow-y: auto;
-                            @include calc(height, '100% - 205px');
+                            @include calc(height, '100% - 220px');
                         }
                         &.features-list {
                             padding-top: 0;