Explorar el Código

fix: workplace mobile style

Sendya hace 6 años
padre
commit
a795ae0578
Se han modificado 1 ficheros con 13 adiciones y 6 borrados
  1. 13 6
      src/components/layout/PageHeader.vue

+ 13 - 6
src/components/layout/PageHeader.vue

@@ -183,13 +183,20 @@
 
       .row {
         flex-wrap: wrap;
-      }
 
-      .extra {
-        flex: 1 1 auto;
-        margin-left: 0;
-        min-width: 0;
-        text-align: right;
+        .avatar {
+          flex: 0 1 25%;
+          margin: 0 2% 8px 0;
+        }
+        .content {
+          flex: 0 1 70%;
+        }
+        .extra {
+          flex: 1 1 auto;
+          margin-left: 0;
+          min-width: 0;
+          text-align: right;
+        }
       }
     }
   }