mirror of https://github.com/vector-im/riot-web
Adjust CSS to prevent scrollbars on message panel spinner
when clicking on permalinks/jump to firstpull/6131/head
parent
ec0dd63470
commit
85c0b8dea3
|
@ -96,6 +96,11 @@ limitations under the License.
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RoomView_body .mx_RoomView_messagePanelSpinner {
|
||||||
|
order: 2;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_RoomView_body .mx_RoomView_statusArea {
|
.mx_RoomView_body .mx_RoomView_statusArea {
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
|
@ -113,8 +118,6 @@ limitations under the License.
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
min-height: 100%;
|
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue