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:
parent
2deb244cce
commit
60615322dd
|
@ -23,7 +23,7 @@ typedef struct
|
|||
version CINERA_APP_VERSION = {
|
||||
.Major = 0,
|
||||
.Minor = 10,
|
||||
.Patch = 3
|
||||
.Patch = 4
|
||||
};
|
||||
|
||||
#include <stdarg.h> // NOTE(matt): varargs
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue