Explorar el Código

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

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
ee9c9fd1d2
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. +2
    -1
      macrovision.css
  2. +1
    -1
      macrovision.html

+ 2
- 1
macrovision.css Ver fichero

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


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


#help { #help {


+ 1
- 1
macrovision.html Ver fichero

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


Cargando…
Cancelar
Guardar