Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit c32985b

Browse files
committed
Merge pull request #1446 from OpenBazaar/misc112
Bumped font size on about page
2 parents 40eb0c1 + 6b087c5 commit c32985b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

js/templates/userPage.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
279279
</a>
280280
<%}%>
281281
<% if(ob.page.profile.about) { %>
282-
<div class="js-userAbout margin0 editableContent"><%= ob.page.profile.displayAbout %></div>
282+
<div class="js-userAbout margin0 editableContent fontSize14"><%= ob.page.profile.displayAbout %></div>
283283
<%}else{%>
284284
<span class="textOpacity75"><%= polyglot.t('AboutEmpty') %></span>
285285
<%}%>
@@ -289,15 +289,15 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
289289
<div class="flexRow">
290290
<div class="flexRow borderBottom custCol-border">
291291
<div class="rowItem positionWrapper">
292-
<div class="textOpacity75"><%= polyglot.t('Guid') %></div>
292+
<div class="textOpacity75 fontSize14"><%= polyglot.t('Guid') %></div>
293293
<div class="textSize11px noOverflow">
294294
<%= ob.page.profile.guid %>
295295
</div>
296296
</div>
297297
</div>
298298
<div class="flexRow custCol-border">
299299
<div class="rowItem positionWrapper">
300-
<div class="textOpacity75"><%= polyglot.t('Website') %></div>
300+
<div class="textOpacity75 fontSize14"><%= polyglot.t('Website') %></div>
301301
<div class="noOverflow">
302302
<% if(ob.ownPage) { %>
303303
<a href="#settings/page" class="userPageEditBtn">
@@ -317,7 +317,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
317317
</div>
318318
<div class="flexRow custCol-border">
319319
<div class="rowItem positionWrapper">
320-
<div class="textOpacity75"><%= polyglot.t('Email') %></div>
320+
<div class="textOpacity75 fontSize14"><%= polyglot.t('Email') %></div>
321321
<div class="noOverflow">
322322
<% if(ob.ownPage) { %>
323323
<a href="#settings/page" class="userPageEditBtn">
@@ -345,7 +345,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
345345
</div>
346346
</a>
347347
<%}%>
348-
<div class="textOpacity75"><%= polyglot.t('Facebook') %></div>
348+
<div class="textOpacity75 fontSize14"><%= polyglot.t('Facebook') %></div>
349349
<div class="noOverflow">
350350
<% if(ob.page.profile.social_accounts.facebook && ob.page.profile.social_accounts.facebook.username) { %>
351351
<a href="https://facebook.com/<%= ob.page.profile.social_accounts.facebook.username %>">
@@ -367,7 +367,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
367367
</div>
368368
</a>
369369
<%}%>
370-
<div class="textOpacity75"><%= polyglot.t('Twitter') %></div>
370+
<div class="textOpacity75 fontSize14"><%= polyglot.t('Twitter') %></div>
371371
<div class="noOverflow">
372372
<% if(ob.page.profile.social_accounts.twitter && ob.page.profile.social_accounts.twitter.username) { %>
373373
<a href="https://twitter.com/<%= ob.page.profile.social_accounts.twitter.username %>">
@@ -389,7 +389,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
389389
</div>
390390
</a>
391391
<%}%>
392-
<div class="textOpacity75"><%= polyglot.t('Instagram') %></div>
392+
<div class="textOpacity75 fontSize14"><%= polyglot.t('Instagram') %></div>
393393
<div class="noOverflow">
394394
<% if(ob.page.profile.social_accounts.instagram && ob.page.profile.social_accounts.instagram.username) { %>
395395
<a href="https://instagram.com/<%= ob.page.profile.social_accounts.instagram.username %>">
@@ -411,7 +411,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
411411
</div>
412412
</a>
413413
<%}%>
414-
<div class="textOpacity75"><%= polyglot.t('Snapchat') %></div>
414+
<div class="textOpacity75 fontSize14"><%= polyglot.t('Snapchat') %></div>
415415
<div class="noOverflow">
416416
<% if(ob.page.profile.social_accounts.snapchat && ob.page.profile.social_accounts.snapchat.username) { %>
417417
<a href="https://snapchat.com/add/<%= ob.page.profile.social_accounts.snapchat.username %>">
@@ -433,7 +433,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
433433
</div>
434434
</a>
435435
<%}%>
436-
<div class="textOpacity75"><%= polyglot.t('PGPKey') %></div>
436+
<div class="textOpacity75 fontSize14"><%= polyglot.t('PGPKey') %></div>
437437
<div class="noOverflow">
438438
<%= polyglot.t('NotProvided') %>
439439
</div>

0 commit comments

Comments
 (0)