aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-05-18 17:06:15 +0200
committermetamuffin <metamuffin@disroot.org>2025-05-18 17:06:15 +0200
commit630559d69f4e6adba776186bcebea49a40386cc7 (patch)
tree9074ca6cabc185cac0c74e344aa5a79be4cc1ad3 /src/style.css
parenta723073738aa512514a9cb2f9826184a2507b709 (diff)
downloadisda-630559d69f4e6adba776186bcebea49a40386cc7.tar
isda-630559d69f4e6adba776186bcebea49a40386cc7.tar.bz2
isda-630559d69f4e6adba776186bcebea49a40386cc7.tar.zst
downloader script and status reporting works
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 5e1ed0b..8ca6be1 100644
--- a/src/style.css
+++ b/src/style.css
@@ -21,6 +21,11 @@
height: 72px;
float: left;
}
+.task .status {
+ text-overflow: ellipsis;
+ white-space: wrap;
+ overflow: hidden;
+}
.task.queue {
border-color: #6e6eff;
}