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