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