Improve on mobile
This commit is contained in:
@@ -321,7 +321,7 @@ if ($action === 'home') {
|
||||
echo "<img src='uploads/{$item['photo']}' alt='Photo'>";
|
||||
} else {
|
||||
echo "<div style='
|
||||
width:180px;
|
||||
width:25%; max-width: 180px;
|
||||
height:120px;
|
||||
display:flex;
|
||||
align-items:center;
|
||||
@@ -593,7 +593,7 @@ if ($action === 'edit' && is_logged()) {
|
||||
echo "<img src='uploads/{$item['photo']}' alt='Photo'>";
|
||||
} else {
|
||||
echo "<div style='
|
||||
width:180px;
|
||||
width:25%; max-width: 180px;
|
||||
height:120px;
|
||||
display:flex;
|
||||
align-items:center;
|
||||
|
||||
Reference in New Issue
Block a user