fix: outgoing style

isekai-main
Barış Soner Uşaklı 2 years ago
parent 9e4bd4e916
commit e070b851b1

@ -1,12 +1,12 @@
<div class="outgoing">
<div class="outgoing d-flex flex-column gap-3">
<!-- IMPORT partials/breadcrumbs.tpl -->
<div class="card card-header">
<div class="card card-header p-3 border-0 shadow-none mb-3 gap-2">
<h4>
[[notifications:outgoing_link_message, {title}]]
</h4>
<p>
<a href="{outgoing}" rel="nofollow noopener noreferrer" class="btn btn-primary btn-lg mw-100 text-truncate">[[notifications:continue_to, {outgoing}]]</a>
<a id="return-btn" href="#" class="btn btn-lg btn-warning" onclick="history.back(); return false;">[[notifications:return_to, {title}]]</a>
</p>
<div class="d-flex flex-column gap-2">
<a href="{outgoing}" rel="nofollow noopener noreferrer" class="btn btn-primary text-truncate">[[notifications:continue_to, {outgoing}]]</a>
<a href="#" class="btn btn-warning" onclick="history.back(); return false;">[[notifications:return_to, {title}]]</a>
</div>
</div>
</div>
Loading…
Cancel
Save