diff --git a/static/crossroad.css b/static/crossroad.css
index 811fe80..86c25f2 100644
--- a/static/crossroad.css
+++ b/static/crossroad.css
@@ -58,10 +58,15 @@ abbr[title] {
text-align: start;
}
-pre#path {
+.inline-block {
display: inline-block;
}
+.align-content-center {
+ justify-content: center;
+ align-items: center;
+}
+
.flex-vcenter {
display: flex;
flex-direction: column;
@@ -80,8 +85,6 @@ pre#path {
.flex-row {
display: flex;
- justify-content: center;
- align-items: center;;
flex-direction: row;
}
@@ -123,6 +126,10 @@ pre#path {
min-height: 100%;
}
+.medium-height {
+ height: var(--medium);
+}
+
.separator-bottom {
border-bottom: solid 1px var(--transparent-black);
}
@@ -161,14 +168,9 @@ pre#path {
}
.inlineIcon {
- height: var(--medium);
vertical-align: text-top;
}
.buttonPanel>* {
margin-top: min(var(--xl), 6vh);
-}
-
-.hidden {
- display: none;
}
\ No newline at end of file
diff --git a/static/crossroad.html b/static/crossroad.html
index 570d751..0bbf31e 100644
--- a/static/crossroad.html
+++ b/static/crossroad.html
@@ -22,16 +22,18 @@
-
You currently don't have any instances. You should add one!
- - -You currently don't have any instances. You should add one!
+ +