summaryrefslogtreecommitdiff
path: root/ui/app.css
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2025-01-05 15:57:59 -0500
committerKit La Touche <kit@transneptune.net>2025-01-05 15:57:59 -0500
commit0675b417cb6f55edf1f1bdb59c26752e3c6b374f (patch)
treec15c6d5397e106a00666c6437a92e166e3b2cdad /ui/app.css
parent9101d7bbc839e4cf54b1c12a1b9412e85d9f955a (diff)
Handle no-channel-selected better
Diffstat (limited to 'ui/app.css')
-rw-r--r--ui/app.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/ui/app.css b/ui/app.css
index 27086e7..2df588e 100644
--- a/ui/app.css
+++ b/ui/app.css
@@ -19,6 +19,19 @@ hr {
width: 90%;
}
+.no-active-channel {
+ display: table;
+ height: 100%;
+ width: 100%;
+ text-align: center;
+}
+
+.vertical-aligner {
+ display: table-cell;
+ vertical-align: middle;
+ font-style: italic;
+}
+
/* TODO:
* put this somewhere appropriate,
* use a correct variable,