cinera.css: Apply min-height more broadly

This commit enables Google's Mobile Usability checker to proceed beyond
its quick initial validation.
This commit is contained in:
Matt Mascarenhas 2021-10-06 17:12:26 +01:00
parent 2deb244cce
commit 60615322dd
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@ typedef struct
version CINERA_APP_VERSION = {
.Major = 0,
.Minor = 10,
.Patch = 3
.Patch = 4
};
#include <stdarg.h> // NOTE(matt): varargs

View File

@ -986,6 +986,8 @@ ul.cineraNavPlain li.current > a {
/* NOTE(matt): Mobile Style */
#cineraIndex.mobile .cineraMenu.ViewSettings .cineraMenuItem,
#cineraIndex.mobile .cineraFilterProject .cineraText,
#cineraIndex.mobile .cineraIndexEntries div a {
display: flex;
box-sizing: border-box;