Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ed0c35611 | ||
|
|
d9503c1532 | ||
|
|
fa0859dcdd | ||
|
|
0c340316ae | ||
|
|
313a55992f |
@@ -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' }
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"VERSION": "v0.7.34",
|
||||
"VERSION_NUMBER": "0.7.34",
|
||||
"BUILD_DATE": "2026-06-26T01:13:55.033Z"
|
||||
"VERSION": "v0.7.39",
|
||||
"VERSION_NUMBER": "0.7.39",
|
||||
"BUILD_DATE": "2026-06-26T11:26:09.788Z"
|
||||
}
|
||||
|
||||
+10
-2
@@ -40,13 +40,19 @@
|
||||
|
||||
#divBackBar,
|
||||
#divHint,
|
||||
#divThread,
|
||||
#divComposer {
|
||||
#divThread {
|
||||
width: 80%;
|
||||
min-width: 300px;
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
/* #divComposer lives INSIDE #divThread (already constrained to 700px),
|
||||
so it must fill its parent (100%) rather than re-applying 80%
|
||||
which would shrink it to 80% of 700 = 560px. */
|
||||
#divComposer {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#divBackBar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -110,6 +116,8 @@
|
||||
}
|
||||
|
||||
.topPostComposerInput {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
min-height: 6em;
|
||||
padding: 8px;
|
||||
line-height: 1.4;
|
||||
|
||||
Reference in New Issue
Block a user