align post text and username

This commit is contained in:
Aadil Ayub 2022-01-13 21:54:19 +06:00
parent abf00ad597
commit 0ca9a3c06d
4 changed files with 4 additions and 3 deletions

View File

@ -551,6 +551,7 @@ aside {
.postbody {
margin: 15px;
margin-left: auto;
}
.content {

View File

@ -356,7 +356,7 @@ if ((!isset($thread[0]['id']) && !empty($thread)) || !is_array($thread)) {
else {
if ($logedin){
$post['template'] = themes("get","templates/post.txt");
} else {
x } else {
$post['template'] = themes("get","templates/post_logout.txt");
}
}

View File

@ -4,7 +4,7 @@
<div class='post' id=':id:' pid=':pid:' mode="post">
<div id='a:id:' class='ancestors'>:ancestors:</div>
<div class='postHeader'>
<div style='width:80%; margin:5px; margin-left:10px; display:block; float:left; line-height:30px;'>
<div style='width:80%; margin:5px; margin-left:1em; display:block; float:left; line-height:30px;'>
<img src=':avatar:' width=25 class='mobile' style='border-radius:10px; display:inline-block;'>
<div style='max-width:50%; display:inline-block;' class='user' id=':uid:' title=':acct:'>
<div style='white-space: nowrap; overflow: hidden; text-overflow: ellipsis;'>

View File

@ -4,7 +4,7 @@
<div class='post' id=':id:' pid=':pid:' mode="post">
<div id='a:id:' class='ancestors'>:ancestors:</div>
<div class='postHeader'>
<div style='width:80%; margin:5px; margin-left:10px; display:block; float:left; line-height:30px;'>
<div style='width:80%; margin:5px; margin-left:1em; display:block; float:left; line-height:30px;'>
<img src=':avatar:' width=25 class='mobile' style='border-radius:10px; display:inline-block;'>
<div style='max-width:50%; display:inline-block;' class='user' id=':uid:'>
<div style='white-space: nowrap; overflow: hidden; text-overflow: ellipsis;'>