SHA256
Очистить репозиторий перед переносом продукта
This commit is contained in:
@@ -4832,7 +4832,7 @@ html, body { overflow-x: hidden; }
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.telegram-emoji,
|
||||
.twemoji,
|
||||
.emoji-picker-preview {
|
||||
display: inline-grid;
|
||||
place-items: center;
|
||||
@@ -4841,7 +4841,7 @@ html, body { overflow-x: hidden; }
|
||||
vertical-align: -0.12em;
|
||||
}
|
||||
|
||||
.telegram-emoji-image {
|
||||
.twemoji-image {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -4849,17 +4849,43 @@ html, body { overflow-x: hidden; }
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.telegram-emoji.is-error .telegram-emoji-image,
|
||||
.emoji-picker-preview.is-error .telegram-emoji-image {
|
||||
.twemoji.is-error .twemoji-image,
|
||||
.emoji-picker-preview.is-error .twemoji-image {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.bubble-text--animated-emoji {
|
||||
.bubble.bubble--emoji-only,
|
||||
.dm-screen .bubble.bubble--emoji-only {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
backdrop-filter: none;
|
||||
-webkit-backdrop-filter: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.bubble.bubble--emoji-only.in,
|
||||
.dm-screen .bubble.bubble--emoji-only.in,
|
||||
.bubble.bubble--emoji-only.out,
|
||||
.dm-screen .bubble.bubble--emoji-only.out {
|
||||
border: 0;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.bubble.bubble--emoji-only .bubble-meta {
|
||||
margin-top: 2px;
|
||||
padding: 0 4px;
|
||||
color: rgba(198, 214, 247, 0.72);
|
||||
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.bubble-text--twemoji-only {
|
||||
font-size: 56px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.bubble-text--animated-emoji .chat-telegram-emoji {
|
||||
.bubble-text--twemoji-only .chat-twemoji {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user