aboutsummaryrefslogtreecommitdiff
path: root/templates/watch.html
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-05-14 20:51:03 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-05-14 20:51:03 -0500
commit806ef52949b72530f96a800708ce442578dbe33d (patch)
tree070afe2d9185b10fac66c2e0e3392d9865acfc28 /templates/watch.html
parent6029d1a1e86bdc3259c174847743c1d1ee7423ea (diff)
downloadembedtube-806ef52949b72530f96a800708ce442578dbe33d.tar.xz
embedtube-806ef52949b72530f96a800708ce442578dbe33d.zip
simplify css and refactor
Diffstat (limited to 'templates/watch.html')
-rw-r--r--templates/watch.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/templates/watch.html b/templates/watch.html
index 6cda0df..e05eef8 100644
--- a/templates/watch.html
+++ b/templates/watch.html
@@ -13,14 +13,16 @@
allowfullscreen
>
</iframe>
-<h1 id="title"></h1>
-<button id="toggle-details">Show Details</button>
+<div id="title-bar">
+ <h1 id="title"></h1>
+ <label>Rate: <select id="pb-rate"></select></label>
+ <button id="toggle-details">Show Details</button>
+</div>
<div id="details" style="display:none">
- <span><a id="details-channel"></a> &ensp; 👍 <span id="details-likes"></span></span>
+ <span><a id="details-channel"></a> @ <span id="details-date"></span></span>
<br>
- <span><span id="details-views"></span> Views &ensp; <span id="details-date"></span></span>
+ <span><span id="details-views"></span> Views => 👍 <span id="details-likes"></span> => <span id="details-comments"></span> Comments</span>
<br>
- <h3>Description:</h3>
<span id="details-desc">No description has been added to this video.</span>
<br>
<h4>Tags:</h4>
@@ -30,9 +32,10 @@
<div id="comments" style="display:none">
<h3>Comments:</h3>
<template id="template-comment">
+ <hr>
<div class="comment">
<a class="author"></a>
- <span class="date"></span>
+ <span>@ <span class="date"></span></span>
<span class="date modified"></span>
<div class="body"></div>
<span>👍 <span class="likes"></span></span>