This commit is contained in:
parent
c13ca165c0
commit
1a4afd22ab
|
@ -2929,16 +2929,10 @@ div.favs div.posts {
|
||||||
}
|
}
|
||||||
|
|
||||||
button#togglebg {
|
button#togglebg {
|
||||||
display: inline-block;
|
display: inline;
|
||||||
height: 18px;
|
|
||||||
width: 21px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: #312c2c;
|
background: transparent;
|
||||||
margin: 1px;
|
border: 0;
|
||||||
padding: 0px;
|
|
||||||
border: 1px outset #221d1d;
|
|
||||||
position: relative;
|
|
||||||
right: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes fadeIn {
|
@keyframes fadeIn {
|
||||||
|
|
|
@ -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" />
|
<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>
|
<button class="v0ck_player_button v0ck_playtime">00:00 / 00:00</button>
|
||||||
<span style="flex: 30"></span>
|
<span style="flex: 30"></span>
|
||||||
|
<button id="togglebg">💡</button>
|
||||||
<button data-skip="-10" class="v0ck_player_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>
|
<svg style="width: 20px; height: 20px;"><use id="v0ck_svg_backward" href="${svg}#backward"></use></svg>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -12,15 +12,10 @@
|
||||||
</div>
|
</div>
|
||||||
@if(session)
|
@if(session)
|
||||||
<div class="gapRight">
|
<div class="gapRight">
|
||||||
<button id="togglebg">💡</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_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_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>
|
<svg class="iconset" id="a_delete"><use href="/s/img/iconset.svg#cross"></use></svg>
|
||||||
</div>
|
</div>
|
||||||
@else
|
|
||||||
<div class="gapRight">
|
|
||||||
<button id="togglebg">💡</button>
|
|
||||||
</div>
|
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user