Skip to content

Commit

Permalink
Merge pull request #368 from TeamNewPipe/faq_css_fix
Browse files Browse the repository at this point in the history
Fix to make class work
  • Loading branch information
TobiGr authored Jul 20, 2024
2 parents 70744e5 + 766e42a commit 85a71fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _tutorials/import-export-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ <h3 id="export-subscriptions">Export and backup your subscriptions</h3>
<hr class="separator">

<h3 id="export-database">Export and backup all NewPipe data</h3>
<p>In case you want to use NewPipe on several devices and keep your subscriptions synchronized, you can import this file on another device, too. It is also possible to export the complete local database which contains not only your subscriptions, but also your search and watch history (only if enabled by you), local playlists as well as all app settings. To do so, go to the settings, open the <code><img src="/img/icons/baseline-language-20px.svg" >Backup and restore</code> category, and tap on <code>Export database</code>.</p>
<p>In case you want to use NewPipe on several devices and keep your subscriptions synchronized, you can import this file on another device, too. It is also possible to export the complete local database which contains not only your subscriptions, but also your search and watch history (only if enabled by you), local playlists as well as all app settings. To do so, go to the settings, open the <code><img src="/img/icons/baseline-language-20px.svg" class="baseline-settings"> Backup and restore</code> category, and tap on <code>Export database</code>.</p>
<p>To import this backup, tap on <code>Import database</code>. <span class="text-warning"><b>Warning: this will override your current app database and cannot be undone.</b></span></p>
</section>
4 changes: 2 additions & 2 deletions _tutorials/player-enable-autoplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<img src="/img/screenshots/shot_navigation_drawer_light.png" class="img-responsive screenshot" />
<figcaption>1. Open the settings. To do this, first open the navigation by swiping from the left edge to the right.
Then tap on the entry
<code><img src="/img/icons/baseline-settings-20px.svg" /> Settings</code> somewhere at the end of the list.
<code><img src="/img/icons/baseline-settings-20px.svg" class="baseline-settings" /> Settings</code> somewhere at the end of the list.
</figcaption>
</figure>
<figure>
<img src="/img/screenshots/shot_settings_categories_light.png" class="img-responsive" />
<figcaption>2. Open the
<code><img src="/img/icons/headset-20px.svg" class="autoplay-img" /> Video & audio</code>
<code><img src="/img/icons/headset-20px.svg" class="autoplay-img" class="baseline-settings" /> Video & audio</code>
category.
</figcaption>
</figure>
Expand Down
2 changes: 1 addition & 1 deletion css/faq.css
Original file line number Diff line number Diff line change
Expand Up @@ -392,5 +392,5 @@ hr.separator {
}

img.baseline-settings {
margin-right: 0;
margin-right: 0 !important;
}

0 comments on commit 85a71fb

Please sign in to comment.