summaryrefslogtreecommitdiff
path: root/web/static/style.css
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-04-23 20:30:36 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-04-23 20:31:15 -0700
commit2cd3bddfa34929411737ebae1f2e99fcb0cb25e2 (patch)
treea6fde63a357537e7976122b415d700cddf0099d3 /web/static/style.css
parentc345340c022fce046d70ca67059c2b4dc648bc1e (diff)
downloaddartboat-2cd3bddfa34929411737ebae1f2e99fcb0cb25e2.tar.gz
dartboat-2cd3bddfa34929411737ebae1f2e99fcb0cb25e2.tar.xz
web: support two-player scoreboard mode
Diffstat (limited to 'web/static/style.css')
-rw-r--r--web/static/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/static/style.css b/web/static/style.css
index 397d5f8..8da0cbc 100644
--- a/web/static/style.css
+++ b/web/static/style.css
@@ -32,7 +32,7 @@ div#keypad {
display: grid;
grid-template-columns: repeat(3, 1fr);
- grid-template-rows: 1.2fr;
+ grid-template-rows: minmax(5em, auto);
grid-auto-rows: 1fr;
}
@@ -98,6 +98,8 @@ div#p1-sugg, div#p2-sugg {
font-size: 0.8em;
}
+div#p1-name:after, div#p2-name:after,
+div#p1-rem:after, div#p2-rem:after,
div#p1-sugg:after, div#p2-sugg:after {
content: '\200b';
}
@@ -126,6 +128,7 @@ div#prompt-container {
div#prompt-msg-l, div#prompt-input, div#prompt-msg-r {
font-size: 1.5em;
+ white-space: pre-line;
display: grid;
align-items: center;