summaryrefslogtreecommitdiff
path: root/styles/client/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/client/base.css')
-rw-r--r--styles/client/base.css14
1 files changed, 9 insertions, 5 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;
+}