Parcourir la source

Give buttons a height to try and make them behave on mobile Safari

tags/v0.1.0
Fen Dweller il y a 6 ans
Parent
révision
ee9c9fd1d2
2 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. +2
    -1
      macrovision.css
  2. +1
    -1
      macrovision.html

+ 2
- 1
macrovision.css Voir le fichier

@@ -317,7 +317,8 @@ body.toggle-bottom-name .bottom-name {
}

#menubar button {
font-size: 24pt;
font-size: 28pt;
height: 36pt;
}

#help {


+ 1
- 1
macrovision.html Voir le fichier

@@ -84,7 +84,7 @@
</select>
</span>
<span class="menubar-group">
<button id="open-help">Help</button>
<button id="open-help"><i class="far fa-question-circle"></i></button>
</span>
</div>
<div id="main-area">


Chargement…
Annuler
Enregistrer