mirror of https://github.com/vector-im/riot-web
Fix content not being centered
parent
86b6c6a836
commit
d9b79888fd
|
@ -19,6 +19,7 @@ limitations under the License.
|
|||
flex-direction: column;
|
||||
flex: 1;
|
||||
position: relative;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.mx_RoomView {
|
||||
|
|
Loading…
Reference in New Issue