Browse Source

Try setting the menubar's size to debug safari behavior

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
3bbaa900ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      macrovision.css

+ 1
- 1
macrovision.css View File

@@ -232,7 +232,7 @@ body.show-extra-options .options-block.options-block-optional {

#menubar {
display: flex;
flex: 1 0 5vh;
flex: 1 0 15vh;
flex-direction: row;
justify-content: space-evenly;
align-items: center;


Loading…
Cancel
Save