refs #6153 test - master #86

Merged
jgallego merged 98 commits from test into master 2023-08-29 07:48:24 +00:00
2 changed files with 9 additions and 3 deletions
Showing only changes of commit efc672a183 - Show all commits

View File

@ -107,7 +107,7 @@ async function togglePinned(item, event) {
message: t('globals.dataSaved'),
type: 'positive',
});
};
}
</script>
<template>
@ -211,7 +211,7 @@ async function togglePinned(item, event) {
</QList>
</template>
<style>
<style scoped>
.pinned .q-btn {
visibility: hidden;
}

View File

@ -29,4 +29,10 @@ body.body--light {
background-color: white;
color: #555;
}
}
.summary {
.header {
color: white;
}
}
}