summaryrefslogtreecommitdiff
path: root/styles/client
diff options
context:
space:
mode:
Diffstat (limited to 'styles/client')
-rw-r--r--styles/client/base.css14
-rw-r--r--styles/client/desktop.css6
-rw-r--r--styles/client/mobile.css4
3 files changed, 10 insertions, 14 deletions
diff --git a/styles/client/base.css b/styles/client/base.css
index 60631ce..85bec49 100644
--- a/styles/client/base.css
+++ b/styles/client/base.css
@@ -337,12 +337,16 @@ div.chat-text > div {
div.game > h2 {
margin: 0;
+ overflow: hidden;
+ white-space: nowrap;
}
-button.join {
- position: absolute;
-
- bottom: 5px;
- right: 5px;
+div.game > span {
+ width: 50%;
+ display: inline-block;
}
+div.game > div {
+ display: flex;
+ flex-direction: row-reverse;
+}
diff --git a/styles/client/desktop.css b/styles/client/desktop.css
index 410b516..2f5bb65 100644
--- a/styles/client/desktop.css
+++ b/styles/client/desktop.css
@@ -84,7 +84,7 @@
}
div.content {
- min-width: 70vw;
+ width: 70vw;
min-height: 70vh;
display: flex;
@@ -135,10 +135,6 @@
margin-top: 10px;
}
- div.game {
- height: 20%;
- }
-
/*
Table rules
*/
diff --git a/styles/client/mobile.css b/styles/client/mobile.css
index 70e17dd..92bf6e4 100644
--- a/styles/client/mobile.css
+++ b/styles/client/mobile.css
@@ -78,8 +78,4 @@
box-sizing: border-box;
}
-
- div.game {
- height: 12.5%;
- }
}