Explorar el Código

Vertically align the menu text

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

+ 6
- 0
macrovision.css Ver fichero

@@ -750,8 +750,14 @@ i.far {
font-size: 40pt;
}

.menu-button-holder {
display: flex;
align-items: center;
}

.menu-text {
font-size: 24pt;
margin-left: 6pt;
}

#options-entity-defaults > button {


+ 1
- 0
macrovision.js Ver fichero

@@ -1237,6 +1237,7 @@ function prepareMenu() {
span.classList.add("popout-group");
group.forEach(entry => {
const buttonHolder = document.createElement("div");
buttonHolder.classList.add("menu-button-holder");
const button = document.createElement("button");
button.id = entry.id;
button.classList.add("menu-button");


Cargando…
Cancelar
Guardar