summaryrefslogtreecommitdiff
path: root/mod.css
diff options
context:
space:
mode:
authorMia Herkt <mia@0x0.st>2022-12-20 15:45:55 +0100
committerMia Herkt <mia@0x0.st>2022-12-20 16:19:49 +0100
commiteebd5d8c6d8a756384b6cf1b2cc76b8a83cdf929 (patch)
tree764a7c28cbdc165d0cf843f8cc0f6bc53ab224b6 /mod.css
parentdcea8bffe19b8ba308f9361d6c8ef08281ddff1b (diff)
Add moderation TUI
This ended up way fancier than I imagined.
Diffstat (limited to 'mod.css')
-rw-r--r--mod.css56
1 files changed, 56 insertions, 0 deletions
diff --git a/mod.css b/mod.css
new file mode 100644
index 0000000..c001ef1
--- /dev/null
+++ b/mod.css
@@ -0,0 +1,56 @@
+#ftable {
+ width: 1fr;
+}
+
+#infopane {
+ width: 50%;
+ outline-top: hkey $primary;
+ background: $panel;
+}
+
+#finfo {
+ background: $boost;
+ height: 12;
+ width: 1fr;
+ box-sizing: content-box;
+}
+
+#mpv {
+ display: none;
+ height: 20%;
+ width: 1fr;
+ content-align: center middle;
+}
+
+#ftextlog {
+ height: 1fr;
+ width: 1fr;
+}
+
+#filter_container {
+ height: auto;
+ display: none;
+}
+
+#filter_label {
+ content-align: right middle;
+ height: 1fr;
+ width: 20%;
+ margin: 0 1 0 2;
+}
+
+#filter_input {
+ width: 1fr;
+}
+
+Notification {
+ dock: bottom;
+ layer: notification;
+ width: auto;
+ margin: 2 4;
+ padding: 1 2;
+ background: $background;
+ color: $text;
+ height: auto;
+
+}