Merge pull request #8936 from nextcloud/fix-gallery-selectors
Fix gallery buttons selector
This commit is contained in:
commit
7892a0e293
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue