Matrix-Chat: feste Scrollfläche gegen Layout-Verschiebung
This commit is contained in:
@@ -252,12 +252,10 @@ button:hover { background: linear-gradient(180deg, #7cbc19, #5e8a12); }
|
||||
|
||||
.matrix-list {
|
||||
list-style: none;
|
||||
margin: .5rem 0 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: grid;
|
||||
gap: .5rem;
|
||||
max-height: 280px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.matrix-list li {
|
||||
@@ -267,6 +265,29 @@ button:hover { background: linear-gradient(180deg, #7cbc19, #5e8a12); }
|
||||
padding: .5rem .6rem;
|
||||
display: grid;
|
||||
gap: .2rem;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.matrix-body {
|
||||
max-height: 7.5rem;
|
||||
overflow: auto;
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.matrix-card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.matrix-scroll {
|
||||
margin-top: .5rem;
|
||||
max-height: 320px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
padding-right: .25rem;
|
||||
}
|
||||
|
||||
.table-wrap {
|
||||
|
||||
Reference in New Issue
Block a user