mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-26 20:34:44 +01:00
Middle Header: Fix interactivity (#1871)
This commit is contained in:
parent
c333f31f02
commit
c01e29bd1a
@ -29,6 +29,7 @@
|
||||
|
||||
&.no-photo {
|
||||
font-size: 14rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
&.replies-bot-account,
|
||||
|
@ -253,7 +253,10 @@
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@media (max-width: 600px) {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.info {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user