+
{{ postData.forum.name }}
@@ -456,10 +456,11 @@ function handleUser(user: TGApp.BBS.Post.User): void {
font-size: 14px;
}
-.mpm-forum {
+.mpm-icons {
display: flex;
align-items: center;
justify-content: center;
+ column-gap: 4px;
cursor: pointer;
img {
@@ -472,10 +473,17 @@ function handleUser(user: TGApp.BBS.Post.User): void {
}
}
- span {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
+ .mpm-forum {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ column-gap: 2px;
+
+ span {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
}
}