fix(web): attachment padding
This commit is contained in:
parent
d71510595d
commit
1ce364276b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pub fn Object(object: serde_json::Value) -> impl IntoView {
|
||||||
.map(|x| view! {
|
.map(|x| view! {
|
||||||
<p class="center">
|
<p class="center">
|
||||||
<a href={x.url().id().unwrap_or_default()} target="_blank">
|
<a href={x.url().id().unwrap_or_default()} target="_blank">
|
||||||
<img class="attachment" src={x.url().id().unwrap_or_default()} title={x.name().unwrap_or_default().to_string()} />
|
<img class="attachment ml-1" src={x.url().id().unwrap_or_default()} title={x.name().unwrap_or_default().to_string()} />
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue