Commit 659b42db74bc4802bd53068fd69ff39c7162c81c
1 parent
eba96ec517
Exists in
master
and in
3 other branches
changes something mobile design
Showing
5 changed files
with
27 additions
and
5 deletions
Show diff stats
src/App.vue
src/components/AppToolbar.vue
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | > |
18 | 18 | </v-text-field> --> |
19 | 19 | <v-spacer></v-spacer> |
20 | - <h5 class="white--text">{{userName}}</h5> | |
20 | + <h5 class="white--text name">{{userName}}</h5> | |
21 | 21 | <v-menu offset-y origin="center center" :nudge-bottom="10" transition="scale-transition"> |
22 | 22 | <v-btn icon large flat slot="activator"> |
23 | 23 | <v-avatar size="40px"> |
... | ... | @@ -104,10 +104,20 @@ mounted(){ |
104 | 104 | display: none; |
105 | 105 | } |
106 | 106 | } |
107 | -@media screen and (max-width: 420px) { | |
107 | +@media screen and (max-width: 420px) { | |
108 | +img{ | |
109 | + position: absolute; | |
110 | + top: 13px; | |
111 | + left: 13px !important; | |
112 | + width: 70px; | |
113 | + height: 24px; | |
114 | +} | |
108 | 115 | .v-list__tile { |
109 | 116 | font-size:14px; |
110 | 117 | padding: 0 10px; |
111 | 118 | } |
119 | +.name{ | |
120 | + font-size:15px; | |
121 | +} | |
112 | 122 | } |
113 | 123 | </style> | ... | ... |
src/pages/Dashboard.vue
... | ... | @@ -724,6 +724,12 @@ h4 { |
724 | 724 | .v-tabs__item a{ |
725 | 725 | font-size:16px !important; |
726 | 726 | } |
727 | +@media screen and (max-width: 769px){ | |
728 | + .top{ | |
729 | + margin-top:0 !important; | |
730 | + } | |
731 | + | |
732 | +} | |
727 | 733 | @media screen and (max-width: 380px) { |
728 | 734 | .right { |
729 | 735 | float: none !important; | ... | ... |
src/pages/Provider.vue
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | </v-flex> |
9 | 9 | <v-spacer></v-spacer> |
10 | 10 | <!-- SEARCH ALL HEALTH PROVIDER --> |
11 | - <v-flex xs8 sm4 lg3> | |
11 | + <v-flex xs12 sm4 lg3 class="top"> | |
12 | 12 | <v-text-field |
13 | 13 | justify-right |
14 | 14 | prepend-icon="search" |
... | ... | @@ -390,6 +390,12 @@ export default { |
390 | 390 | .v-select_selctions.v-select_slot.v-select_selection { |
391 | 391 | color: black !important; |
392 | 392 | } |
393 | +@media screen and (max-width: 769px){ | |
394 | + .top{ | |
395 | + margin-top:30px; | |
396 | + } | |
397 | + | |
398 | +} | |
393 | 399 | @media screen and (max-width: 476px) { |
394 | 400 | .flex.xs4 { |
395 | 401 | flex-basis: 55.666667%; | ... | ... |
src/pages/notification.vue