integ
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
@@ -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">💡</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>
 | 
			
		||||
 
 | 
			
		||||
@@ -12,15 +12,10 @@
 | 
			
		||||
        </div>
 | 
			
		||||
        @if(session)
 | 
			
		||||
        <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_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">💡</button>
 | 
			
		||||
        </div>
 | 
			
		||||
        @endif
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="content">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user