Skip to content

Commit

Permalink
v10.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajaxy committed Nov 29, 2024
1 parent 61b64ff commit 1f896ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telegram-t",
"version": "10.9.22",
"version": "10.9.23",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.9.22
10.9.23
4 changes: 4 additions & 0 deletions src/components/middle/message/Album.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
overflow: hidden;
margin: auto;

.message-content:not(.is-forwarded).media.text & {
margin: -0.3125rem -0.5rem 0.3125rem;
}

&,
.message-content.media.text & {
> .album-item-select-wrapper .media-inner {
Expand Down

0 comments on commit 1f896ac

Please sign in to comment.