Wrap Channel RSS link in div so a-tag doesn't stretch all the way.
This commit is contained in:
parent
acf29b9e9f
commit
69ae0280f4
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ https://stackoverflow.com/a/35153397
|
||||||
<button id="set_queuefile_extension_button" class="button_with_spinner" onclick="return set_queuefile_extension_form();">Set extension</button>
|
<button id="set_queuefile_extension_button" class="button_with_spinner" onclick="return set_queuefile_extension_form();">Set extension</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="https://www.youtube.com/feeds/videos.xml?channel_id={{channel.id}}">Channel RSS</a>
|
<div><a href="https://www.youtube.com/feeds/videos.xml?channel_id={{channel.id}}">Channel RSS</a></div>
|
||||||
|
|
||||||
<button class="red_button button_with_confirm"
|
<button class="red_button button_with_confirm"
|
||||||
data-prompt="Delete channel and all videos?"
|
data-prompt="Delete channel and all videos?"
|
||||||
|
|
Loading…
Reference in a new issue