mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-05 03:18:44 +00:00
Fix css and template issues
This commit is contained in:
parent
2678f33157
commit
4a83c22261
6 changed files with 61 additions and 23 deletions
|
@ -21,11 +21,15 @@
|
|||
margin: 0px;
|
||||
}
|
||||
|
||||
.status-profile-img-container {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.status-profile-img {
|
||||
height: 48px;
|
||||
width: 48px;
|
||||
margin-right: 8px;
|
||||
object-fit: contain;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.status {
|
||||
|
@ -111,6 +115,10 @@
|
|||
margin: 8px 0;
|
||||
}
|
||||
|
||||
.post-form>div {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.signin-form {
|
||||
margin: 8px 0;
|
||||
}
|
||||
|
@ -127,7 +135,7 @@
|
|||
height: 24px;
|
||||
width: 24px;
|
||||
margin-bottom: -8px;
|
||||
margin-right: 0px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.retweet-info .status-dname{
|
||||
|
@ -248,7 +256,7 @@
|
|||
}
|
||||
|
||||
.status-visibility {
|
||||
margin: 0 4px;
|
||||
margin-left: 4px;
|
||||
display: inline-block;
|
||||
color: #444444;
|
||||
}
|
||||
|
@ -257,3 +265,19 @@
|
|||
font-size: 9pt;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.remote-link {
|
||||
margin-left: 4px;
|
||||
display: inline-block;
|
||||
color: #444444;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.remote-link span {
|
||||
font-size: 9pt;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.img-link {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue