Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
update: adapt 9.9.15-26909
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Aug 9, 2024
1 parent e82da0b commit cb22bb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/style/telegram.css

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions src/style/telegram.scss
Original file line number Diff line number Diff line change
Expand Up @@ -958,13 +958,15 @@ $func-bar-icon-size: calc(var(--tg-chat-input-area-font-size) * 1.7);
// 聊天时间,聊天提示(撤回消息、禁言等)
.message__timestamp,
.gray-tip-message {
.babble {
background-color: unset;
padding: 0;
}
width: fit-content;
margin: 15px auto !important;
color: white !important;

background-color: #00000033 !important;
border-radius: 100px !important;

font-size: var(--tg-panel-message-timestamp-font-size) !important;
padding: 0.4em 0.8em !important;
letter-spacing: 1px;
Expand Down

0 comments on commit cb22bb5

Please sign in to comment.