Hide wide summary for mail domains on mobile

This commit is contained in:
Johannes Zellner
2024-10-15 18:56:36 +02:00
parent 8cf3e38b27
commit ccd892708b

View File

@@ -174,10 +174,10 @@
<table class="table table-hover" style="margin: 0;">
<thead>
<tr>
<th style="width: 5%"></th>
<th style="width: 30%">{{ 'emails.domains.domain' | tr }}</th>
<th style="width: 60%">{{ 'emails.domains.config' | tr }}</th>
<th style="width: 10%">{{ 'main.actions' | tr }}</th>
<th style="width: 10px"></th>
<th>{{ 'emails.domains.domain' | tr }}</th>
<th class="hide-mobile">{{ 'emails.domains.config' | tr }}</th>
<th style="text-align: right;">{{ 'main.actions' | tr }}</th>
</tr>
</thead>
<tbody>
@@ -189,7 +189,7 @@
<td class="elide-table-cell no-padding">
<a href="/#/email/{{ domain.domain }}" class="email-domain-list-item">{{ domain.domain }}</a>
</td>
<td class="elide-table-cell no-padding">
<td class="elide-table-cell no-padding hide-mobile">
<a href="/#/email/{{ domain.domain }}" class="email-domain-list-item">
<span ng-switch on="domain.loading">
<span ng-switch-when="true">{{ 'main.loadingPlaceholder' | tr }} ...</span>