so basically i uhhhhhh

This commit is contained in:
Ashley 2022-10-12 20:38:29 +02:00
parent da670149a0
commit 559526f968

View file

@ -1,5 +1,6 @@
<% if (!isMobile) { %> <% if (!isMobile) { %>
<!-- <!--
This Source Code Form is subject to the terms of the GNU General Public License: This Source Code Form is subject to the terms of the GNU General Public License:
Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube) Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube)
@ -16,6 +17,7 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/. along with this program. If not, see https://www.gnu.org/licenses/.
--> -->
<!DOCTYPE html> <!DOCTYPE html>
<html class="poketube_desktop"> <html class="poketube_desktop">
@ -237,6 +239,17 @@
word-break: break-all; word-break: break-all;
white-space: normal; white-space: normal;
}
.desc {
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* css-3 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
word-break: break-all;
white-space: normal;
} }
</style> </style>
@ -438,7 +451,7 @@
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;"> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
<% if (!Array.isArray( inv.comments)) { %> <% if (!Array.isArray( inv.comments)) { %>
<p> <p>
Comments couldnt load ;-; (<a href="https://codeberg.org/Ashley/poketube/issues/new">Report dis issue</a>) Comments couldnt load ;-; (<a href="https://codeberg.org/Ashley/poketube/issues/new">Report dis issue</a> or refresh the god damn page lol)
</p> </p>
<% } %> <% } %>
@ -1411,7 +1424,14 @@ More from <%=k.Video.Channel.Name%>
</div> </div>
</div> </div>
<p style="font-family:MonoSpace;">
<b>
PokeTube Mobile v12.10.22a - Node <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
</b>
</p>
</div> </div>
</div> </div>