From c833a67f03178f6e906a9cff1452f6f916fa4c8a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 7 Aug 2020 10:36:01 -0400 Subject: [PATCH] Update the profile view The items are now arranged in columns properly, and the exit button has its own space. --- src/components/Explore.vue | 10 ++++++++-- src/components/Profile.vue | 40 +++++++++++++++++++++++++------------- 2 files changed, 34 insertions(+), 16 deletions(-) diff --git a/src/components/Explore.vue b/src/components/Explore.vue index a28e41b..cc8a36a 100644 --- a/src/components/Explore.vue +++ b/src/components/Explore.vue @@ -4,11 +4,13 @@
-

{{ world.time.format("MMMM Do Y") }}

{{ world.time.format("hh:mm:ss a") }}

- +
+ + +
@@ -146,6 +148,10 @@ export default class Explore extends Vue { font-size: 1.25rem; } +.explore-statblock { + grid-area: statblock; +} + .explore-info { grid-area: info; background: #333; diff --git a/src/components/Profile.vue b/src/components/Profile.vue index 869b8af..05cfcc9 100644 --- a/src/components/Profile.vue +++ b/src/components/Profile.vue @@ -1,7 +1,7 @@