From 982781629cac0c8ab8fa3246d85923b92af5e5b6 Mon Sep 17 00:00:00 2001
From: bill bittner <bittner.w@gmail.com>
Date: Fri, 20 Oct 2017 15:12:09 -0700
Subject: [PATCH] removed row--narrow

---
 public/assets/css/general.css      | 10 ++++------
 public/assets/css/mediaQueries.css |  5 -----
 views/about.handlebars             |  2 +-
 views/channel.handlebars           |  2 +-
 views/fourOhFour.handlebars        |  2 +-
 views/index.handlebars             |  2 +-
 views/login.handlebars             |  2 +-
 views/noChannel.handlebars         |  2 +-
 views/noClaim.handlebars           |  2 +-
 views/popular.handlebars           | 12 +++++-------
 views/show.handlebars              |  2 +-
 11 files changed, 17 insertions(+), 26 deletions(-)

diff --git a/public/assets/css/general.css b/public/assets/css/general.css
index e80886e6..39f2b158 100644
--- a/public/assets/css/general.css
+++ b/public/assets/css/general.css
@@ -141,12 +141,6 @@ h3 {
 	padding-left: 0px;
 }
 
-
-.row--narrow {
-	margin: 0px auto;
-	max-width: 1200px;
-}
-
 .row--short {
 	padding-top: 0px;
 	padding-bottom: 0px;
@@ -504,6 +498,10 @@ table {
 	cursor: pointer;
 }
 
+.show-asset-light {
+    max-width: 100%;
+}
+
 /* item lists */
 
 .content-list-item {
diff --git a/public/assets/css/mediaQueries.css b/public/assets/css/mediaQueries.css
index e57c07bf..25c63d2e 100644
--- a/public/assets/css/mediaQueries.css
+++ b/public/assets/css/mediaQueries.css
@@ -16,11 +16,6 @@
 		display: none;
 	}
 
-	.row--narrow {
-		margin: 0px;
-		padding: 0px;
-	}
-
 }
 
 
diff --git a/views/about.handlebars b/views/about.handlebars
index 5556d52b..c181ecd7 100644
--- a/views/about.handlebars
+++ b/views/about.handlebars
@@ -1,4 +1,4 @@
-<div class="row row--narrow">
+<div class="row">
     <div class="row">
         <div class="column column--5 column--med-10 align-content-top">
             <div class="row">
diff --git a/views/channel.handlebars b/views/channel.handlebars
index d54fac16..caad4411 100644
--- a/views/channel.handlebars
+++ b/views/channel.handlebars
@@ -1,4 +1,4 @@
-<div class="row row--full-height row--narrow">
+<div class="row row--full-height">
     <div class="row">
         <h2>{{this.channelName}}<span class="h2--secondary">:{{this.longChannelId}}</span></h2>
         <div class="grid">
diff --git a/views/fourOhFour.handlebars b/views/fourOhFour.handlebars
index a0bdd7d4..c0c3be7d 100644
--- a/views/fourOhFour.handlebars
+++ b/views/fourOhFour.handlebars
@@ -1,4 +1,4 @@
-<div class="row row--narrow">
+<div class="row">
     <h3>404: Not Found</h3>
     <p>That page does not exist.  Return <a href="/">home</a>.</p>
 </div>
diff --git a/views/index.handlebars b/views/index.handlebars
index 6895e635..4ca82abf 100644
--- a/views/index.handlebars
+++ b/views/index.handlebars
@@ -16,7 +16,7 @@
             </div>
         </div>
     </div>
-    <div id="publish-form-wrapper" class="row row--short row--narrow" hidden="true">
+    <div id="publish-form-wrapper" class="row row--short" hidden="true">
         <div class="column column--10">
             <!-- title input -->
             <input type="text" id="publish-title" class="input-text input-text--large input-text--full-width" placeholder="Give your post a title...">
diff --git a/views/login.handlebars b/views/login.handlebars
index 7dc6354b..a168337c 100644
--- a/views/login.handlebars
+++ b/views/login.handlebars
@@ -1,4 +1,4 @@
-<div class="row row--full-height row--narrow">
+<div class="row row--full-height">
     <div class="column column--5 column--med-10 align-content-top">
         <div class="row">
             <p class="pull-quote">Channels allow you to publish and group content under an identity. You can create a channel for yourself, or share one with like-minded friends.  You can create 1 channel, or 100, so whether you're documenting <a target="_blank" href="/@hikingchris45">a hike around town</a>, or making a public repository for <a target="_blank" href="/@catGifs">cat gifs</a> (password: '1234'), try creating a channel for it!</p>
diff --git a/views/noChannel.handlebars b/views/noChannel.handlebars
index c52986a1..638b984e 100644
--- a/views/noChannel.handlebars
+++ b/views/noChannel.handlebars
@@ -1,4 +1,4 @@
-<div class="row row--narrow">
+<div class="row">
     <h3>No Channel</h3>
     <p>There are no published channels matching your url</p>
     <p>If you think this message is an error, contact us in the <a href="https://lbry.slack.com/" target="_blank">LBRY slack!</a></p>
diff --git a/views/noClaim.handlebars b/views/noClaim.handlebars
index 175ecfdc..c68c1cb5 100644
--- a/views/noClaim.handlebars
+++ b/views/noClaim.handlebars
@@ -1,4 +1,4 @@
-<div class="row row--narrow">
+<div class="row">
     <h3>No Claims</h3>
     <p>There are no free assets at that claim.  You should publish one at <a href="/">spee.ch</a>.</p>
     <p>NOTE: it is possible your claim was published, but it is still being processed by the blockchain</p>
diff --git a/views/popular.handlebars b/views/popular.handlebars
index eb499f16..d519462e 100644
--- a/views/popular.handlebars
+++ b/views/popular.handlebars
@@ -1,10 +1,8 @@
-<div class="row row--narrow">
-    <div class="row">
-        <div class="grid">
-            {{#each trendingAssets}}
-                {{> gridItem}}
-            {{/each}}
-        </div>
+<div class="row">
+    <div class="grid">
+        {{#each trendingAssets}}
+            {{> gridItem}}
+        {{/each}}
     </div>
 </div>
 
diff --git a/views/show.handlebars b/views/show.handlebars
index ed851075..f39abbd1 100644
--- a/views/show.handlebars
+++ b/views/show.handlebars
@@ -1,4 +1,4 @@
-<div class="row row--full-height row--narrow">
+<div class="row row--full-height">
     <div class="column column--10">
         <!-- title -->
         <span class="title-show">{{fileInfo.title}}</span>