From 55ba1d977dea3aa73c84353be0856d2910d639eb Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 3 May 2023 20:33:16 -0400 Subject: [PATCH] integrate more changes --- audio.html | 1 + gif.html | 2 +- link-preview.html | 17 ++++++++-------- video.html | 3 ++- webtorrent-video.html | 46 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 58 insertions(+), 11 deletions(-) create mode 100644 webtorrent-video.html diff --git a/audio.html b/audio.html index 52fe632..e36eb55 100644 --- a/audio.html +++ b/audio.html @@ -22,6 +22,7 @@ padding:0.5rem; border-radius: 0.5rem; color:var(--theme-accent); + flex-wrap: nowrap; } .audio-player>*{ margin:5px; diff --git a/gif.html b/gif.html index 8c08291..a9c3c63 100644 --- a/gif.html +++ b/gif.html @@ -1,7 +1,7 @@ {{ if .Get "href"}} {{end}} -
- \ No newline at end of file + \ No newline at end of file diff --git a/video.html b/video.html index 3056358..552aeb6 100644 --- a/video.html +++ b/video.html @@ -10,6 +10,7 @@ flex-direction: row; width: 100%; height: fit-content; + flex-wrap: nowrap; } .video-controls p { @@ -64,7 +65,7 @@ } -
+