updated description on show
This commit is contained in:
parent
1c204df793
commit
b5267bcc38
4 changed files with 7 additions and 7 deletions
|
@ -520,7 +520,7 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
.show-asset-light {
|
.show-asset-light {
|
||||||
max-width: 100%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* item lists */
|
/* item lists */
|
||||||
|
|
|
@ -41,6 +41,10 @@
|
||||||
padding-right: 1.5em;
|
padding-right: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.show-asset-light {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
|
|
|
@ -10,12 +10,8 @@
|
||||||
|
|
||||||
{{#if fileInfo.description}}
|
{{#if fileInfo.description}}
|
||||||
<div class="row row--padded row--wide row--no-top">
|
<div class="row row--padded row--wide row--no-top">
|
||||||
<div class="column column--2 column--med-10">
|
|
||||||
<span class="text">Description:</span>
|
|
||||||
</div><div class="column column--8 column--med-10">
|
|
||||||
<span class="text">{{fileInfo.description}}</span>
|
<span class="text">{{fileInfo.description}}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<div class="row row--wide">
|
<div class="row row--wide">
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
</video>
|
</video>
|
||||||
{{/ifConditional}}
|
{{/ifConditional}}
|
||||||
<br/>
|
<br/>
|
||||||
hosted via <a class="link--primary" href="/{{fileInfo.claimId}}/{{fileInfo.name}}">spee<h</a>
|
<a class="link--primary fine-print" href="/{{fileInfo.claimId}}/{{fileInfo.name}}">hosted via spee<h</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
<a href="/{{fileInfo.claimId}}/{{fileInfo.name}}">
|
<a href="/{{fileInfo.claimId}}/{{fileInfo.name}}">
|
||||||
<img class="show-asset-lite" src="/{{fileInfo.claimId}}/{{fileInfo.name}}.{{fileInfo.fileExt}}" alt="{{fileInfo.fileName}}"/>
|
<img class="show-asset-lite" src="/{{fileInfo.claimId}}/{{fileInfo.name}}.{{fileInfo.fileExt}}" alt="{{fileInfo.fileName}}"/>
|
||||||
|
|
Loading…
Reference in a new issue