Some style fixes
This commit is contained in:
parent
cf0eb5189d
commit
205a28625f
4
.env
4
.env
@ -1,5 +1,5 @@
|
|||||||
API_ID=1025907
|
API_ID=1025907
|
||||||
API_HASH=452b0359b988148995f22ff0f4229750
|
API_HASH=452b0359b988148995f22ff0f4229750
|
||||||
VERSION=1.5.0
|
VERSION=1.5.0
|
||||||
VERSION_FULL=1.5.0 (201)
|
VERSION_FULL=1.5.0 (202)
|
||||||
BUILD=201
|
BUILD=202
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
&-title {
|
&-title {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1273,8 +1273,8 @@ middle-ellipsis-element {
|
|||||||
|
|
||||||
.media-photo {
|
.media-photo {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
width: 100%;
|
max-width: 100%;
|
||||||
height: 100%;
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user