Merge pull request #8936 from nextcloud/fix-gallery-selectors

Fix gallery buttons selector
This commit is contained in:
Morris Jobke 2018-03-23 08:16:16 +01:00 committed by GitHub
commit 7892a0e293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,14 +254,17 @@ body {
box-sizing: border-box;
}
#controls {
#controls .actions {
> div,
& {
> .button, button {
box-sizing: border-box;
display: inline-block;
display: flex;
height: 36px;
padding: 7px 10px;
width: 36px;
align-items: center;
justify-content: center;
}
.button.hidden {
display: none;