Update mediawiki.action.view.filepage.less

This commit is contained in:
alistair3149 2020-01-07 12:47:21 -05:00 committed by GitHub
parent 3822b0bf3a
commit 85affcfc6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,13 @@
margin: 0;
}
tr {
display: flex;
flex-direction: column;
}
.multipageimagenavbox {
margin-top: 0.8rem;
display: flex;
align-items: center;
justify-content: space-between;