mirror of
https://github.com/WerySkok/nativegallery.git
synced 2024-12-22 08:30:59 +03:00
Просто дичайший костыль
Конфликт .p20 в файлах photo.css и style.css надо фиксить все везде
This commit is contained in:
parent
f8076e6ad1
commit
9842eddda0
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ $userprofile = new User(explode('/', $_SERVER['REQUEST_URI'])[2]);
|
|||
if ($userprofile->i('id') === Auth::userid()) { ?>
|
||||
<p><b><a href="/lk/profile">Редактировать мой профиль</a></b></p>
|
||||
<?php } ?>
|
||||
<div class="p20" style="padding-right:12px">
|
||||
<div class="p20" style="padding-right:12px; background-color: white !important;">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<?php if ($userprofile->content('badge') !== null) { ?>
|
||||
|
@ -210,7 +210,7 @@ $userprofile = new User(explode('/', $_SERVER['REQUEST_URI'])[2]);
|
|||
</div>
|
||||
<?php
|
||||
if (json_decode($userprofile->i('content'), true)['aboutmemo']['value'] != null) { ?>
|
||||
<div class="p20" style="margin-top: 25px;">
|
||||
<div class="p20" style="margin-top: 25px; background-color: white !important;">
|
||||
<h4>О себе</h4>
|
||||
<?php
|
||||
$bbcode= new ChrisKonnertz\BBCode\BBCode();
|
||||
|
|
Loading…
Reference in a new issue