integ
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 19s

This commit is contained in:
schrumpel 2023-11-29 05:23:34 +01:00
parent c13ca165c0
commit 1a4afd22ab
3 changed files with 4 additions and 14 deletions

View File

@ -2929,16 +2929,10 @@ div.favs div.posts {
}
button#togglebg {
display: inline-block;
height: 18px;
width: 21px;
display: inline;
cursor: pointer;
background: #312c2c;
margin: 1px;
padding: 0px;
border: 1px outset #221d1d;
position: relative;
right: 2px;
background: transparent;
border: 0;
}
@keyframes fadeIn {

View File

@ -18,6 +18,7 @@ const tpl_player = svg => `<div class="v0ck_player_controls">
<input type="range" name="volume" min="0" max="1" step="0.01" value="1" />
<button class="v0ck_player_button v0ck_playtime">00:00 / 00:00</button>
<span style="flex: 30"></span>
<button id="togglebg">&#128161;</button>
<button data-skip="-10" class="v0ck_player_button">
<svg style="width: 20px; height: 20px;"><use id="v0ck_svg_backward" href="${svg}#backward"></use></svg>
</button>

View File

@ -12,15 +12,10 @@
</div>
@if(session)
<div class="gapRight">
<button id="togglebg">&#128161;</button>
<svg class="iconset" id="a_favo"><use href="/s/img/iconset.svg#heart_{{ Object.values(item.favorites).filter(u => u.user == session.user)[0] ? 'solid' : 'regular' }}"></use></svg>
<svg class="iconset" id="a_tfull"><use href="/s/img/iconset.svg#window-{{ fullscreen == 1 ? 'minimize' : 'maximize' }}"></use></svg>
<svg class="iconset" id="a_delete"><use href="/s/img/iconset.svg#cross"></use></svg>
</div>
@else
<div class="gapRight">
<button id="togglebg">&#128161;</button>
</div>
@endif
</div>
<div class="content">