From c0e9196036cf2c05ab5f429a216357ce9e5b7d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Einarson?= Date: Tue, 17 Oct 2023 16:47:39 +0200 Subject: [PATCH] fix-button-vertical-space --- .vscode/settings.json | 3 +++ CHANGELOG.md | 4 +++- cmd/livesim2/app/static/custom.css | 4 ++++ cmd/livesim2/app/templates/assets.html | 1 + cmd/livesim2/app/templates/assets_vod.html | 1 + cmd/livesim2/app/templates/urlgen.html | 1 + cmd/livesim2/app/templates/welcome.html | 1 + 7 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 cmd/livesim2/app/static/custom.css diff --git a/.vscode/settings.json b/.vscode/settings.json index 4e1ffb8..782d07f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -76,6 +76,8 @@ "pflag", "playurl", "posflag", + "pprof", + "prettylog", "promhttp", "proxied", "repdata", @@ -83,6 +85,7 @@ "reqcount", "reqlimitint", "reqlimitlog", + "resegmentation", "SCTE", "segmtimeline", "segtimeline", diff --git a/CHANGELOG.md b/CHANGELOG.md index f3fb230..c1f9578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Nothing yet +### Fixed + +- Vertical spacing for buttons on web pages ## [0.9.0] - 2023-10-13 diff --git a/cmd/livesim2/app/static/custom.css b/cmd/livesim2/app/static/custom.css new file mode 100644 index 0000000..71a34ab --- /dev/null +++ b/cmd/livesim2/app/static/custom.css @@ -0,0 +1,4 @@ +:root { + --grid-spacing-vertical: var(--spacing); + --grid-spacing-horizontal: var(--spacing); +} diff --git a/cmd/livesim2/app/templates/assets.html b/cmd/livesim2/app/templates/assets.html index a218e73..9f9a7fc 100644 --- a/cmd/livesim2/app/templates/assets.html +++ b/cmd/livesim2/app/templates/assets.html @@ -4,6 +4,7 @@ + Local livesim2 assets diff --git a/cmd/livesim2/app/templates/assets_vod.html b/cmd/livesim2/app/templates/assets_vod.html index c34e2a0..0ed06b4 100644 --- a/cmd/livesim2/app/templates/assets_vod.html +++ b/cmd/livesim2/app/templates/assets_vod.html @@ -4,6 +4,7 @@ + Local livesim2 assets diff --git a/cmd/livesim2/app/templates/urlgen.html b/cmd/livesim2/app/templates/urlgen.html index 48e858c..b40f85c 100644 --- a/cmd/livesim2/app/templates/urlgen.html +++ b/cmd/livesim2/app/templates/urlgen.html @@ -6,6 +6,7 @@ + Livesim2 URL generator diff --git a/cmd/livesim2/app/templates/welcome.html b/cmd/livesim2/app/templates/welcome.html index 448b960..98991d8 100644 --- a/cmd/livesim2/app/templates/welcome.html +++ b/cmd/livesim2/app/templates/welcome.html @@ -4,6 +4,7 @@ + livesim2