diff --git a/app/helpers/links_helper.rb b/app/helpers/links_helper.rb index bf2eb909..0a1c2d0d 100644 --- a/app/helpers/links_helper.rb +++ b/app/helpers/links_helper.rb @@ -24,6 +24,8 @@ def link_agent_to_icon(link_agent) return :wallpaper_engine if link_agent.include? 'Wallpaper-Engine-Client' return :automate if link_agent.include? 'walltaker-android-automate' return :arson_automate if link_agent.include? 'arson-walltaker-automate' + return :iphone_shortcuts if link_agent.include? 'WalltakeriOS-iPhone-Shortcut (mikapika.)' + return :ipad_shortcuts if link_agent.include? 'WalltakeriOS-iPad-Shortcut (mikapika.)' return :ioswidget if link_agent.include? 'widgetExtension' return :swift if link_agent.include? 'CFNetwork/' return :android_changer if link_agent.include? 'Walltaker-Changer/' diff --git a/app/views/links/_details.html.erb b/app/views/links/_details.html.erb index 7d54076f..4a81186c 100644 --- a/app/views/links/_details.html.erb +++ b/app/views/links/_details.html.erb @@ -8,6 +8,8 @@ automate: :mobile, arson_automate: :mobile, wallpaper_engine: :desktop, + ipad_shortcuts: :desktop, + iphone_shortcuts: :mobile, ioswidget: :mobile, swift: :desktop, android_changer: :mobile, diff --git a/app/views/links/_link.html.erb b/app/views/links/_link.html.erb index eb7a86c4..03bf64ee 100644 --- a/app/views/links/_link.html.erb +++ b/app/views/links/_link.html.erb @@ -145,6 +145,12 @@ <% when :joihow %> JOI.how + <% when :ipad_shortcuts> + Walltaker Getter via Shortcuts + + <% when :iphone_shortcuts> + Walltaker Getter via Shortcuts + <% when :automate %> Deans' Client @@ -219,4 +225,4 @@ <% if !link.never_expires && link.expires <= Time.now.utc %> <% end %> -<% end %> \ No newline at end of file +<% end %> diff --git a/public/base.css b/public/base.css index ed8393a7..b13ca132 100644 --- a/public/base.css +++ b/public/base.css @@ -475,8 +475,10 @@ h3 span.beta-tag { h2 > .online { font-size: 1rem; - transform: translateY(-0.9rem); + vertical-align: middle; + transform: none; display: inline-block; + padding-bottom: 0; } h2 ion-icon { diff --git a/public/link.css b/public/link.css index 3b2a650a..8fe29666 100644 --- a/public/link.css +++ b/public/link.css @@ -284,11 +284,12 @@ strong.online ion-icon { strong.online::after { content: ''; display: inline-block; - width: 1ch; - height: 1ch; + width: 10px; + height: 10px; background: currentColor; border-radius: 100%; margin-left: 0.25rem; + vertical-align: 3px; } strong.offline {