Fixup some layout gap issues

This commit is contained in:
Johannes Zellner
2025-02-16 15:56:33 +01:00
parent 26b88a55e0
commit e6079ee275
4 changed files with 24 additions and 25 deletions
+1 -10
View File
@@ -261,7 +261,7 @@ onUnmounted(() => {
</div>
</template>
<template #actions="slotProps">
<div class="actions">
<div class="table-actions">
<ButtonGroup>
<Button small secondary tool v-if="slotProps.type !== APP_TYPES.LINK" :href="'/logs.html?appId=' + slotProps.id" target="_blank" v-tooltip="$t('app.logsActionTooltip')" icon="fas fa-align-left"></Button>
<Button small secondary tool v-if="slotProps.type !== APP_TYPES.PROXIED && slotProps.type !== APP_TYPES.LINK" :href="'/terminal.html?id=' + slotProps.id" target="_blank" v-tooltip="$t('app.terminalActionTooltip')" icon="fa fa-terminal"></Button>
@@ -364,15 +364,6 @@ onUnmounted(() => {
}
}
.actions {
text-align: right;
visibility: hidden;
}
tr:hover .actions {
visibility: visible;
}
.grid {
display: flex;
height: 100%;