Skip to content

Commit

Permalink
#4695 - Embeds improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlesnikov committed Apr 25, 2024
1 parent 6e0f1a8 commit f9ae9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/embed_system_link.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<a href="__link__" target="_blank" style="text-decoration: none; color: inherit;" __attrs__>
<div class="bx-embeded" style="display: flex; flex-direction: row; column-gap: height: 128px; border: 1px solid #cccccc; border-radius:16px; align-items: stretch;">
<div style="flex: 0 0 128px; height: 128px; border-radius:16px 0 0 16px; background: url('__image__') center center / cover no-repeat;">
<div class="bx-embeded" style="display: flex; flex-direction: row; column-gap: height: 128px; border: 1px solid #cccccc; border-radius:8px; align-items: stretch;">
<div style="flex: 0 0 128px; height: 128px; border-radius:8px 0 0 8px; background: url('__image__') center center / cover no-repeat;">
<img class="bx-embeded-image" src="__image__" width="128" height="128">
</div>
<div style="flex: 1 1 auto;display: flex; flex-direction: column; justify-content: space-between; overflow: hidden;margin: 0 1rem; ">
Expand Down

0 comments on commit f9ae9c6

Please sign in to comment.