mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 05:34:40 -05:00
PokeTube Player v09.10.22a
This commit is contained in:
parent
e5d3ba4c49
commit
6b8ff38d58
1 changed files with 13 additions and 2 deletions
|
@ -56,10 +56,21 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.video > .info > .title {
|
.video > .info > .title {
|
||||||
font-family: "PokeTube flex";
|
font-family: "PokeTube flex";
|
||||||
font-stretch: extra-expanded;
|
font-stretch: extra-expanded;
|
||||||
|
}
|
||||||
|
|
||||||
|
.description{
|
||||||
|
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>
|
||||||
|
|
||||||
|
@ -270,7 +281,7 @@
|
||||||
|
|
||||||
<p style="font-family:MonoSpace;">
|
<p style="font-family:MonoSpace;">
|
||||||
<b>
|
<b>
|
||||||
PokeTube Player v07.10.22a - Node <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
|
PokeTube Player v09.10.22a - Node <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
|
||||||
</b>
|
</b>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue