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 {
|
||||
max-width: 100%;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
/* item lists */
|
||||
|
|
|
@ -41,6 +41,10 @@
|
|||
padding-right: 1.5em;
|
||||
}
|
||||
|
||||
.show-asset-light {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
|
|
|
@ -10,11 +10,7 @@
|
|||
|
||||
{{#if fileInfo.description}}
|
||||
<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>
|
||||
</div>
|
||||
<span class="text">{{fileInfo.description}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</video>
|
||||
{{/ifConditional}}
|
||||
<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}}
|
||||
<a href="/{{fileInfo.claimId}}/{{fileInfo.name}}">
|
||||
<img class="show-asset-lite" src="/{{fileInfo.claimId}}/{{fileInfo.name}}.{{fileInfo.fileExt}}" alt="{{fileInfo.fileName}}"/>
|
||||
|
|
Loading…
Reference in a new issue