Improved iframes in Firefox

This commit is contained in:
Eduard Urbach 2017-11-07 10:17:27 +01:00
parent 9d21ed5d29
commit 6d91d7baf4

View File

@ -70,10 +70,10 @@ component SettingsApps(user *arn.User)
span Get the Chrome Extension
.widget-section
label Desktop App:
button.action(data-action="installApp", data-trigger="click")
Icon("desktop")
span Get the Desktop App
label Firefox Extension:
a.button(href="https://addons.mozilla.org/en-US/firefox/addon/anime-notifier/", target="_blank", rel="nofollow")
Icon("firefox")
span Get the Firefox Extension
.widget-section
label Android App:
@ -81,6 +81,12 @@ component SettingsApps(user *arn.User)
Icon("android")
span Get the Android App
.widget-section
label Desktop App:
button.action(data-action="installApp", data-trigger="click")
Icon("desktop")
span Get the Desktop App
component SettingsAvatar(user *arn.User)
SettingsTabs