fixed table icons being shifted
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>{{ pkg.arch_version }}</td>
|
<td>{{ pkg.arch_version }}</td>
|
||||||
<td>{{ pkg.repo_version }}</td>
|
<td>{{ pkg.repo_version }}</td>
|
||||||
<td class="d-flex align-center" style="gap: 3px; width: 60px">
|
<td class="d-flex align-center" style="gap: 3px">
|
||||||
<a
|
<a
|
||||||
v-if="pkg.status === 'failed'"
|
v-if="pkg.status === 'failed'"
|
||||||
:href="`https://alhp.dev/logs/${pkg.repo.slice(pkg.repo.indexOf('-') + 1)}/${pkg.pkgbase}.log`"
|
:href="`https://alhp.dev/logs/${pkg.repo.slice(pkg.repo.indexOf('-') + 1)}/${pkg.pkgbase}.log`"
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
target="_blank">
|
target="_blank">
|
||||||
<i class="fa fa-file-text fa-lg"></i>
|
<i class="fa fa-file-text fa-lg"></i>
|
||||||
</a>
|
</a>
|
||||||
<span v-else style="max-width: 15px"></span>
|
<span v-else style="width: 15px"></span>
|
||||||
<a
|
<a
|
||||||
:href="`https://archlinux.org/packages/?q=${pkg.pkgbase}`"
|
:href="`https://archlinux.org/packages/?q=${pkg.pkgbase}`"
|
||||||
class="text-decoration-none font-weight-bold"
|
class="text-decoration-none font-weight-bold"
|
||||||
|
|||||||
Reference in New Issue
Block a user