forked from AkkomaGang/akkoma-fe
fix chat
This commit is contained in:
parent
06f58f5349
commit
be8098e8ec
2 changed files with 4 additions and 7 deletions
|
@ -47,19 +47,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-view-heading {
|
.chat-view-heading {
|
||||||
justify-content: space-between;
|
grid-template-columns: auto 1fr;
|
||||||
display: flex;
|
|
||||||
z-index: 2;
|
|
||||||
position: sticky;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.go-back-button {
|
.go-back-button {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0 0.7em;
|
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
align-self: stretch;
|
align-self: start;
|
||||||
|
width: var(--__panel-heading-height-inner);
|
||||||
}
|
}
|
||||||
|
|
||||||
.jump-to-bottom-button {
|
.jump-to-bottom-button {
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
|
|
||||||
.avatar-container {
|
.avatar-container {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titlebar-avatar {
|
.titlebar-avatar {
|
||||||
|
|
Loading…
Reference in a new issue