mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
appstore: more tweak to prevent funky button rendering on app info page
This commit is contained in:
parent
498255f62d
commit
07e5ba7edf
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
{% block main %}
|
||||
<div class="max-w-screen-md mx-auto pt-5 px-5 lg:px-0">
|
||||
|
||||
<span class="sm:flex sm:flex-row sm:items-end mb-1">
|
||||
<span class="flex sm:flex-row sm:items-end mb-1" style="flex-wrap: wrap;">
|
||||
<span class="flex flex-row items-end">
|
||||
<img alt="{{ _('Logo for %(app)s',app=infos['manifest']['name']) }}"
|
||||
{% if infos['logo_hash'] %}
|
||||
|
@ -44,7 +44,7 @@
|
|||
|
||||
<span class="grow"></span>
|
||||
|
||||
<div class="h-9.5 flex flex-row items-end my-3 sm:my-0 scale-90 sm:scale-100">
|
||||
<div class="h-9.5 flex flex-row items-end pt-1 my-3 sm:my-0 scale-90 sm:scale-100">
|
||||
|
||||
<span class="grow"></span>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue