This commit is contained in:
Kees Rodriguez 2024-10-08 07:03:51 +02:00
parent 8a96908c48
commit d4f7af6161

View file

@ -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;
}