Merge pull request #456 from cheeaun/main

Update from main
This commit is contained in:
Chee Aun 2024-03-12 14:57:02 +08:00 committed by GitHub
commit e73ae563e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -26,6 +26,8 @@
background-color: var(--bg-blur-color); background-color: var(--bg-blur-color);
backdrop-filter: blur(16px); backdrop-filter: blur(16px);
padding: 16px; padding: 16px;
padding: calc(var(--sai-top, 0) + 16px) calc(var(--sai-right, 0) + 16px)
16px calc(var(--sai-left, 0) + 16px);
display: flex; display: flex;
gap: 8px; gap: 8px;
justify-content: space-between; justify-content: space-between;
@ -41,6 +43,8 @@
main { main {
padding: 0 16px 16px; padding: 0 16px 16px;
padding: 0 calc(var(--sai-right, 0) + 16px)
calc(var(--sai-bottom, 0) + 16px) calc(var(--sai-left, 0) + 16px);
/* display: flex; /* display: flex;
flex-direction: column; flex-direction: column;
gap: 16px; */ gap: 16px; */

View file

@ -1822,7 +1822,9 @@ function Status({
media={media} media={media}
autoAnimate={isSizeLarge} autoAnimate={isSizeLarge}
showCaption={mediaAttachments.length === 1} showCaption={mediaAttachments.length === 1}
allowLongerCaption={!content} allowLongerCaption={
!content && mediaAttachments.length === 1
}
lang={language} lang={language}
altIndex={ altIndex={
showMultipleMediaCaptions && showMultipleMediaCaptions &&