mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Hide channel description on small screens
This commit is contained in:
parent
9109efe5cd
commit
f443052b66
2 changed files with 8 additions and 3 deletions
|
@ -52,8 +52,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="h-box">
|
||||
<p><span style="white-space:pre-wrap"><%= channel.description_html %></span></p>
|
||||
<div class="h-box" id="channel-description-container">
|
||||
<p id="channel-description"><span style="white-space:pre-wrap"><%= channel.description_html %></span></p>
|
||||
</div>
|
||||
|
||||
<div class="h-box">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue