Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
chemicalcrux
/
feast
Seguir
1
Destacar
0
Fork
1
Código
Incidencias
2
Pull Requests
1
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix icon alignment
vintage
Fen Dweller
hace 5 años
padre
b69f5ab3fa
commit
0c5fbd8993
Se han
modificado 1 ficheros
con
9 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+9
-2
src/components/Statblock.vue
+ 9
- 2
src/components/Statblock.vue
Ver fichero
@@ -154,10 +154,14 @@ a {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
user-select: none;
text-align: center;
}
.stat-value {
position: absolute;
transform: translate(0, 8pt);
padding-top: 4pt;
padding-bottom: 4pt;
}
@@ -191,9 +195,12 @@ a {
color: #bbb;
}
.stat-entry i {
font-size: 150%;
.stat-entry > i {
font-size: 16pt;
width: 16pt;
margin-bottom: 18pt;
}
.stat-entry.low {
color: yellow;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar