Ver código fonte

Larger click-area for single buddy

Robin Linus 9 anos atrás
pai
commit
934ef49d7a
1 arquivos alterados com 4 adições e 5 exclusões
  1. 4 5
      app/elements/buddy-finder/buddy-avatar.html

+ 4 - 5
app/elements/buddy-finder/buddy-avatar.html

@@ -52,11 +52,10 @@
             user-select: none;
         }
         
-        :host([only1]) {
-            @apply(--layout-fit);
-            @apply(--layout-horizontal);
-            @apply(--layout-center-center);
-            cursor: pointer;
+        @media all and (min-height: 440px) {
+            :host([only]) {
+                padding: 20vh;
+            }
         }
         
         .container {