summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-17 13:53:36 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-17 13:53:36 +0100
commit641df30129ed241cda2440280b5282410d5ee5b3 (patch)
tree2ea80807391b4da056d3f8ee82733945d5926e34
parentdcfdf94dc1c58229b021e3a778d2412ad65b8ad6 (diff)
Fill whole window
-rw-r--r--debian/control2
-rw-r--r--html/index.html7
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..14ff375
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,2 @@
+Build-Depends: libfmt-dev, libboost-dev, libfcgi-dev, libreichwein-dev
+Depends: nginx, alsa-utils, spawn-fcgi
diff --git a/html/index.html b/html/index.html
index e3235f9..f7345c5 100644
--- a/html/index.html
+++ b/html/index.html
@@ -60,8 +60,11 @@ body {
}
#songlist{
- height: 1000px;
- overflow: auto;
+ height: calc(100vh - 300px);
+ width: 100%;
+ white-space: pre;
+ overflow-x: auto;
+ overflow-y: auto;
}
</style>