+
+
-
{channel.purpose}
+
{channel.purpose}
+
+
+
-
-
-
);
}
diff --git a/webapp/components/post_view/components/post_header.jsx b/webapp/components/post_view/components/post_header.jsx
index 3c94f0bcbf..727b005e71 100644
--- a/webapp/components/post_view/components/post_header.jsx
+++ b/webapp/components/post_view/components/post_header.jsx
@@ -52,7 +52,7 @@ export default class PostHeader extends React.Component {
}
if (this.props.compactDisplay) {
- colon = (
{':'});
+ colon = (
{':'});
}
return (
diff --git a/webapp/components/user_profile.jsx b/webapp/components/user_profile.jsx
index ee876347bd..6f5365ac15 100644
--- a/webapp/components/user_profile.jsx
+++ b/webapp/components/user_profile.jsx
@@ -64,7 +64,7 @@ export default class UserProfile extends React.Component {
}
if (this.props.disablePopover) {
- return
{name}
;
+ return
{name}
;
}
var dataContent = [];
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 61d857da38..6fdc3c0639 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -684,11 +684,12 @@
"channel_header.setPurpose": "Set {term} Purpose...",
"channel_header.viewInfo": "View Info",
"channel_info.close": "Close",
- "channel_info.id": "Channel ID:",
- "channel_info.name": "Channel Name:",
+ "channel_info.about": "About",
+ "channel_info.id": "ID: ",
+ "channel_info.name": "Name:",
"channel_info.notFound": "No Channel Found",
- "channel_info.purpose": "Channel Purpose:",
- "channel_info.url": "Channel URL:",
+ "channel_info.purpose": "Purpose:",
+ "channel_info.url": "URL:",
"channel_invite.add": " Add",
"channel_invite.addNewMembers": "Add New Members to ",
"channel_invite.close": "Close",
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index 8b078de862..6e41dff39a 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -89,9 +89,15 @@
}
.info__label {
+ @include opacity(.5);
+ font-size: .9em;
font-weight: 600;
- padding-right: 0;
- text-align: right;
+ margin-bottom: 3px;
+ }
+
+ .info__value {
+ padding-left: 10px;
+ word-break: break-word;
}
.team-member-list {
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 228efe26f1..a3c354f893 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -768,7 +768,7 @@ body.ios {
white-space: nowrap;
}
- strong {
+ .colon {
display: none;
font-weight: 900;
margin-left: 2px;
@@ -1118,7 +1118,7 @@ body.ios {
font-family: inherit;
font-size: 11px;
font-weight: 600;
- margin: 0 0 0 -4px;
+ margin: 0 10px 0 -4px;
padding: 2px 4px;
}
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index a461dd35a5..44a7be2ace 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -122,7 +122,7 @@
z-index: 1;
}
- strong {
+ .colon {
display: inline;
}
diff --git a/webapp/sass/routes/_about-modal.scss b/webapp/sass/routes/_about-modal.scss
index 4bfd04e578..4506eac4ef 100644
--- a/webapp/sass/routes/_about-modal.scss
+++ b/webapp/sass/routes/_about-modal.scss
@@ -20,12 +20,22 @@
color: inherit;
font-size: 16px;
}
+
+ .fa {
+ margin: 0 4px 0 8px;
+ }
}
.modal-body {
padding: 20px 25px 5px;
}
+ &.large {
+ .modal-body {
+ padding-bottom: 20px;
+ }
+ }
+
.about-modal__content {
@include clearfix;
@include display-flex;