Fix gallery buttons selector

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-03-22 09:43:42 +01:00
parent dc4ba31e7e
commit 25ea0e68cf
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 5 additions and 2 deletions

View File

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