mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +01:00
mobile improvements!!
This commit is contained in:
parent
6713880f60
commit
655394e513
1 changed files with 11 additions and 2 deletions
|
@ -1183,6 +1183,15 @@ display: block;" autoplay controls
|
||||||
summary:hover{
|
summary:hover{
|
||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
|
:visited {
|
||||||
|
color: var(--text-link-visited)
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--text-link)
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1309,7 +1318,7 @@ summary:hover{
|
||||||
|
|
||||||
<div class="new-button" style="height: 2.3em">
|
<div class="new-button" style="height: 2.3em">
|
||||||
|
|
||||||
<div class="pill-button" style="margin-right: 5.5px;">
|
<div class="pill-button" style="margin-right: 7.5px;">
|
||||||
<i class="fa-light fa-thumbs-up"></i>
|
<i class="fa-light fa-thumbs-up"></i>
|
||||||
<%=convert(engagement.likes)%>
|
<%=convert(engagement.likes)%>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1376,7 +1385,7 @@ summary:hover{
|
||||||
-->
|
-->
|
||||||
</div>
|
</div>
|
||||||
<% if (Array.isArray( inv.comments)) { %>
|
<% if (Array.isArray( inv.comments)) { %>
|
||||||
<div style="padding: 0em;background: #333;border-radius: 16px;align-self: center;align-items: center;margin-left: 8px;margin-right: 12px;padding-bottom: 0;padding-top:1em">
|
<div style="padding: 0em;background: #0009;border-radius: 16px;align-self: center;align-items: center;margin-left: 8px;margin-right: 12px;padding-bottom: 0;padding-top:1em">
|
||||||
<div class="video-title" style="font-family:'PokeTube flex';font-weight:1000;white-space:yes;margin-top: -0.5em;margin-left: 0.4em;">Comments - <%- convert(inv.commentCount) %>
|
<div class="video-title" style="font-family:'PokeTube flex';font-weight:1000;white-space:yes;margin-top: -0.5em;margin-left: 0.4em;">Comments - <%- convert(inv.commentCount) %>
|
||||||
<a id="language-button" href="#comments-container" style="float: right;margin-right: 0.5em;" class="switch">
|
<a id="language-button" href="#comments-container" style="float: right;margin-right: 0.5em;" class="switch">
|
||||||
<i class="fa-thin fa-chevron-down"></i>
|
<i class="fa-thin fa-chevron-down"></i>
|
||||||
|
|
Loading…
Reference in a new issue