This repository was archived by the owner on Dec 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-12
lines changed
Expand file tree Collapse file tree 2 files changed +19
-12
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export default class OnChainProperty extends Vue{
7878 ' label' : this .email ,
7979 ' pack' : ' fas' ,
8080 ' icon' : ' envelope' ,
81- ' size' : ' is-large ' ,
81+ ' size' : ' is-medium ' ,
8282 })
8383 }
8484 }
@@ -87,7 +87,7 @@ export default class OnChainProperty extends Vue{
8787 if (this .verify (this .twitter )){
8888 this .icons .push ({
8989 ' label' : this .twitter ,
90- ' size' : ' is-large ' ,
90+ ' size' : ' is-medium ' ,
9191 ' pack' : ' fab' ,
9292 ' icon' : ' twitter' ,
9393 })
@@ -100,7 +100,7 @@ export default class OnChainProperty extends Vue{
100100 ' label' : this .riot ,
101101 ' pack' : ' fas' ,
102102 ' icon' : ' comment-alt' ,
103- ' size' : ' is-large ' ,
103+ ' size' : ' is-medium ' ,
104104 })
105105 }
106106 }
@@ -111,7 +111,7 @@ export default class OnChainProperty extends Vue{
111111 ' label' : this .web ,
112112 ' pack' : ' fas' ,
113113 ' icon' : ' globe' ,
114- ' size' : ' is-large ' ,
114+ ' size' : ' is-medium ' ,
115115 })
116116 }
117117 }
@@ -122,7 +122,7 @@ export default class OnChainProperty extends Vue{
122122 ' label' : this .legal ,
123123 ' pack' : ' fas' ,
124124 ' icon' : ' user' ,
125- ' size' : ' is-large ' ,
125+ ' size' : ' is-medium ' ,
126126 })
127127 }
128128 }
Original file line number Diff line number Diff line change 2121 <div class =" column has-text-centered-mobile" >
2222 <DonationButton :address =" id" />
2323 </div >
24- <div class =" column has-text-centered-mobile " >
24+ <div class =" column has-text-centered" >
2525 <OnChainProperty
2626 v-bind:email =" email"
2727 v-bind:twitter =" twitter"
3030 v-bind:riot =" riot"
3131 />
3232 </div >
33- <div class =" column is-narrow" >
34- <Sharing
35- v-if =" !sharingVisible"
36- label =" Check this awesome Profile on %23KusamaNetwork %23KodaDot"
37- :iframe =" iframeSettings"
38- />
33+ <div class =" column has-text-right-tablet" >
34+ <div class =" share-mobile" >
35+ <Sharing
36+ v-if =" !sharingVisible"
37+ label =" Check this awesome Profile on %23KusamaNetwork %23KodaDot"
38+ :iframe =" iframeSettings"
39+ />
40+ </div >
3941 </div >
4042 </div >
4143
@@ -375,6 +377,11 @@ export default class Profile extends Vue {
375377 flex-basis : auto ;
376378}
377379
380+ .share-mobile {
381+ width : 50% ;
382+ margin-left : auto ;
383+ }
384+
378385@media only screen and (max-width : 768px ) {
379386 .column-mobile {
380387 align-items : center ;
You can’t perform that action at this time.
0 commit comments