diff --git a/html/poketube.ejs b/html/poketube.ejs index 79fd6907..28c19088 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -884,6 +884,30 @@ body { a{ color:#0ab7f0; } + .fromtheweb-outer{ +display: flex; +flex-wrap: wrap; +justify-content: space-between; +-moz-box-pack: justify; +padding: 10px; +margin-bottom: 12px; +border-bottom-right-radius: 10px; +border-bottom-left-radius: 10px; + } + .fromtheweb-inner{ + -moz-box-align: center; +text-align:left; + /* +display: flex; +flex-direction: column; + */ + +font-size: 14px; +-moz-box-pack: center; +justify-content: center; +padding: 0px 0px; +line-height: 18px; + }
@@ -979,11 +1003,35 @@ a{<%-String(video.Description).replace(/\n/g, "
")%>
@@ -991,12 +1039,17 @@ a{ From wikipedia under CC-BY-SA 3.0
- - + <% } %> - + +