Improve thread reply layout (#2410)

This commit is contained in:
Ajay Bura
2025-08-04 20:34:01 +05:30
committed by GitHub
parent ccf10fc20c
commit 6a27720709
3 changed files with 12 additions and 11 deletions

View File

@@ -7,7 +7,6 @@ export const ReplyBend = style({
export const ThreadIndicator = style({
opacity: config.opacity.P300,
gap: toRem(2),
selectors: {
'button&': {
@@ -19,11 +18,6 @@ export const ThreadIndicator = style({
},
});
export const ThreadIndicatorIcon = style({
width: toRem(14),
height: toRem(14),
});
export const Reply = style({
marginBottom: toRem(1),
minWidth: 0,