test
This commit is contained in:
parent
8a96908c48
commit
d4f7af6161
1 changed files with 7 additions and 2 deletions
|
|
@ -297,12 +297,12 @@ h1 {
|
|||
align-self: start;
|
||||
}
|
||||
.post-time.sender {
|
||||
padding: 5px 5px 0px 15px;
|
||||
padding: 5px 5px 5px 15px;
|
||||
margin: 0px 0px 0px 50px;
|
||||
}
|
||||
|
||||
.post-time.user {
|
||||
padding: 5px 15px 0px 5px;
|
||||
padding: 5px 15px 5px 5px;
|
||||
margin: 0px 50px 0px 0px;
|
||||
}
|
||||
|
||||
|
|
@ -573,3 +573,8 @@ h1 {
|
|||
right: 18px;
|
||||
top: -65px;
|
||||
}
|
||||
|
||||
.emote {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue