Fix layout up a bit (no social distance anymore) (#600)

This commit is contained in:
Mikita Wiśniewski 2022-06-20 10:39:25 +07:00 committed by GitHub
parent 41dae9295f
commit d483ca4a10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View file

@ -195,7 +195,7 @@
</div>
<a n:if="OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['enable'] && $thisUser->getLeftMenuItemStatus('poster')" href="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['link']}" >
<img src="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['src']}" alt="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['caption']}" class="psa-poster" style="max-width: 100%; margin-top: 50px;" />
<img src="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['src']}" alt="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['caption']}" class="psa-poster" style="max-width: 100%; margin-top: 10px;" />
</a>
{elseif !$thisUser->isActivated()}
<a href="/logout?hash={urlencode($csrfToken)}" class="link">{_menu_logout}</a>

View file

@ -378,7 +378,7 @@
<small n:if="OPENVK_ROOT_CONF['openvk']['preferences']['ton']['enabled']">
<a href="javascript:showCoinsTopUpTroughTon()">[{_transfer_trough_ton}]</a>
</small>
</p>
</div>
</div>
{script "js/node_modules/textfit/textFit.min.js"}

View file

@ -584,7 +584,6 @@ h4 {
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 0 0 3px;
font-family: verdana, arial, sans-serif;
}
@ -836,7 +835,7 @@ table.User {
padding: 4px;
border: #DEDEDE solid 1px;
clear: both;
margin-bottom: 12px;
margin-bottom: 6px;
overflow: hidden;
word-break: break-word;
}
@ -1968,10 +1967,10 @@ table td[width="120"] {
}
#votesBalance {
margin-top: 50px;
margin-top: 10px;
padding: 7px;
background-color: #f6f6f6;
border-bottom: 1.5px solid #707070;
border-bottom: 1.5px solid #DDDDDD;
text-align: center;
user-select: none;
}