Backend infers play direction; UI previews words and gates submit on legality #44
@@ -324,8 +324,13 @@
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
touch-action: pan-y; /* keep vertical list scroll; we only read horizontal swipes */
|
touch-action: pan-y; /* keep vertical list scroll; we only read horizontal swipes */
|
||||||
}
|
}
|
||||||
.open:active {
|
/* A tap/click on a game row leaves no highlight: drop the WebKit tap-flash on
|
||||||
background: var(--surface-2);
|
both tappable areas (the open body and the chevron / kebab) and the held
|
||||||
|
:active background, which added nothing and only spoiled the look. */
|
||||||
|
.open,
|
||||||
|
.chev,
|
||||||
|
.kebab {
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
}
|
}
|
||||||
.kebab {
|
.kebab {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user