RTL h1 fix

This commit is contained in:
Luke 2024-11-27 07:05:37 +01:00 committed by GitHub
parent aa837adabe
commit 4e04e7b4ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -316,7 +316,7 @@ $xmr_in_fiat = strtr($xmr_in_fiat, ",", " ");
<div class="row">
<div class="col-12">
<div class="cursor-default text-center text-white">
<h1 lang="<?php echo $lang_meta; ?>"><span style="color:#4d4d4d;">&darr;</span>&nbsp;<span style="color:#ff6600;" title="Monero">XMR</span>&nbsp;<?php echo $title_h1;?>&nbsp;<span style="color:#4d4d4d;">&darr;</span></h1>
<h1 lang="<?php echo $lang_meta; ?>"><span style="color:#4d4d4d;">&darr;</span>&nbsp;<?php if($rtl == 'false'){echo '<span style="color:#ff6600;" title="Monero">XMR</span>&nbsp;';} ?><?php echo $title_h1;?><?php if($rtl == 'true'){echo '&nbsp;<span style="color:#ff6600;" title="Monero">XMR</span>';} ?>&nbsp;<span style="color:#4d4d4d;">&darr;</span></h1>
<div class="fiat-btns table-responsive">
<table class="table table-sm table-borderless">
<tbody>
@ -440,7 +440,7 @@ $xmr_in_fiat = strtr($xmr_in_fiat, ",", " ");
<td><?php echo str_replace(".", ",", $XAG); ?></td>
<td><?php echo str_replace(".", ",", $XAU); ?></td>
</tr>
<tr style="display:none;">
<tr style="display:none;">
<td><button type="button" class="btn btn-light" title="<a class='text-decoration-none fiat-tooltip' href='/?in=GEL'><b><?php echo $l_gel; ?></b></a>" data-toggle="tooltip" data-bs-html="true" data-placement="top">GEL</button></td>
</tr>
<tr style="display:none;">