mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-22 13:21:37 +01:00
Message: Fix discussion owner title color
This commit is contained in:
parent
15809e7f89
commit
36fd93bb07
@ -404,7 +404,6 @@
|
||||
}
|
||||
|
||||
&.is-in-document-group {
|
||||
|
||||
.message-content.document {
|
||||
padding: .25rem .5rem !important;
|
||||
}
|
||||
|
@ -130,6 +130,10 @@
|
||||
color: var(--color-user-8);
|
||||
}
|
||||
|
||||
.theme-dark .Message.own & > .color-1 {
|
||||
color: var(--accent-color);
|
||||
}
|
||||
|
||||
& + .File {
|
||||
margin-top: .25rem;
|
||||
}
|
||||
@ -186,6 +190,7 @@
|
||||
.corner {
|
||||
fill: var(--background-color);
|
||||
}
|
||||
|
||||
.Message.own & {
|
||||
right: -.551rem; // This value is correct. Safari fix
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user