mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Settings: Increase the text size of the coins
The changes are taken from the official instance.
This commit is contained in:
parent
71a95a8121
commit
4147d0478a
1 changed files with 3 additions and 1 deletions
|
@ -372,7 +372,9 @@
|
|||
<div style="width: 22%; float: right;">
|
||||
<div style="margin: 0; font-size: medium; text-align: center; font-weight: 900;">
|
||||
{_on_your_account}
|
||||
<div style="width: 100%; height: 60px; font-weight: 100;" id="balance">{$thisUser->getCoins()}</div>
|
||||
<div style="width: 133px; height: 60px; font-weight: 100; white-space: nowrap; position: relative;" id="balance">
|
||||
<span class="textFitted textFitAlignVert" style="display: inline-block; font-size: 48px; height: 60px;">{$thisUser->getCoins()}</span>
|
||||
</div>
|
||||
{_points_count}<br/>
|
||||
<small><a href="?act=finance.top-up">[{_have_voucher}?]</a></small><br>
|
||||
<small n:if="OPENVK_ROOT_CONF['openvk']['preferences']['ton']['enabled']">
|
||||
|
|
Loading…
Reference in a new issue