diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-06-26 14:07:39 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-06-26 14:07:39 +0300 |
| commit | 44edb730c1e2298a00be0c1a139f80a1335ad7cf (patch) | |
| tree | 2822c1acda17cb085aa2fe0393497d1e212420d4 /src/components/status_content/status_content.js | |
| parent | 4da0a0c0bfcfaccd58def8d2170b952c1d15106a (diff) | |
rip restyle subject, fix some issues with long subject
Diffstat (limited to 'src/components/status_content/status_content.js')
| -rw-r--r-- | src/components/status_content/status_content.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status_content/status_content.js b/src/components/status_content/status_content.js index cfee77a3..66501b3e 100644 --- a/src/components/status_content/status_content.js +++ b/src/components/status_content/status_content.js @@ -44,7 +44,7 @@ const StatusContent = { return lengthScore > 20 }, longSubject () { - return this.status.summary.length > 900 + return this.status.summary.length > 240 }, // When a status has a subject and is also tall, we should only have one show more/less button. If the default is to collapse statuses with subjects, we just treat it like a status with a subject; otherwise, we just treat it like a tall status. mightHideBecauseSubject () { |
