forked from AkkomaGang/akkoma-fe
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 {
|
.chat-view-heading {
|
||||||
grid-template-columns: auto 1fr;
|
grid-template-columns: auto minmax(50%, 1fr);
|
||||||
}
|
}
|
||||||
|
|
||||||
.go-back-button {
|
.go-back-button {
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: minmax(50%, 1fr);
|
||||||
grid-auto-columns: auto;
|
grid-auto-columns: auto;
|
||||||
grid-column-gap: 0.5em;
|
grid-column-gap: 0.5em;
|
||||||
flex: none;
|
flex: none;
|
||||||
|
|
Loading…
Reference in a new issue