fix panel headers on mobile
This commit is contained in:
parent
ed80ecfdbd
commit
d4bd64a5f5
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
|||
}
|
||||
|
||||
.chat-view-heading {
|
||||
grid-template-columns: auto 1fr;
|
||||
grid-template-columns: auto minmax(50%, 1fr);
|
||||
}
|
||||
|
||||
.go-back-button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue