removed row--narrow
This commit is contained in:
parent
69ea658019
commit
982781629c
11 changed files with 17 additions and 26 deletions
|
@ -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 {
|
||||
|
|
|
@ -16,11 +16,6 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.row--narrow {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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...">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<div class="row row--narrow">
|
||||
<div class="row">
|
||||
<div class="grid">
|
||||
{{#each trendingAssets}}
|
||||
|
@ -6,7 +5,6 @@
|
|||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/assets/vendors/masonry/masonry.pkgd.min.js"></script>
|
||||
<script src="/assets/vendors/imagesloaded/imagesloaded.pkgd.min.js"></script>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue