Compare commits

...

2 Commits

3 changed files with 6 additions and 4 deletions

View File

@@ -882,7 +882,7 @@ const ICON_LABELS = {
comment: { label: 'Comment', activeLabel: 'Comment' },
quote: { label: 'Quote', activeLabel: 'Quote' },
zap: { label: 'Zap', activeLabel: 'Zap' },
nutzap: { label: '🥜', activeLabel: '🥜' }
nutzap: { label: 'Nutzap', activeLabel: 'Nutzap' }
};
/**

View File

@@ -1,5 +1,5 @@
{
"VERSION": "v0.7.34",
"VERSION_NUMBER": "0.7.34",
"BUILD_DATE": "2026-06-26T01:13:55.033Z"
"VERSION": "v0.7.36",
"VERSION_NUMBER": "0.7.36",
"BUILD_DATE": "2026-06-26T01:22:38.092Z"
}

View File

@@ -110,6 +110,8 @@
}
.topPostComposerInput {
width: 100%;
box-sizing: border-box;
min-height: 6em;
padding: 8px;
line-height: 1.4;