removed row--narrow

This commit is contained in:
bill bittner 2017-10-20 15:12:09 -07:00
parent 69ea658019
commit 982781629c
11 changed files with 17 additions and 26 deletions

View file

@ -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 {

View file

@ -16,11 +16,6 @@
display: none;
}
.row--narrow {
margin: 0px;
padding: 0px;
}
}

View file

@ -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">

View file

@ -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">

View file

@ -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>

View file

@ -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...">

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>