Sfoglia il codice sorgente

Padding for the awesomplete dropdown

JC Brand 8 anni fa
parent
commit
a4293b382c
2 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 3 0
      css/converse.css
  2. 5 0
      sass/_chatrooms.scss

+ 3 - 0
css/converse.css

@@ -2337,6 +2337,9 @@
           width: 25%;
           width: -webkit-calc(30% - 1em);
           width: calc(30% - 1em); }
+        #converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants .awesomplete ul,
+        #conversejs .chatroom .box-flyout .chatroom-body .occupants .awesomplete ul {
+          padding: 0.2em; }
         #converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul,
         #conversejs .chatroom .box-flyout .chatroom-body .occupants ul {
           padding: 0.3em 0;

+ 5 - 0
sass/_chatrooms.scss

@@ -110,6 +110,11 @@
                         width: 25%;
                         @include calc(width, '30% - 1em');
                     }
+                    .awesomplete {
+                        ul {
+                            padding: 0.2em;
+                        }
+                    }
                     ul {
                         padding: 0.3em 0;
                         overflow-x: hidden;