💄 Optimize quick reply style

This commit is contained in:
2025-11-07 01:31:04 +08:00
parent 2bcd04cd82
commit 81bea9275e

View File

@@ -1,6 +1,6 @@
<template> <template>
<div class="replies-list"> <div class="replies-list">
<post-quick-reply v-if="!props.hideQuickReply" /> <post-quick-reply v-if="!props.hideQuickReply" class="mb-4" />
<!-- Error State --> <!-- Error State -->
<v-alert <v-alert
@@ -75,7 +75,7 @@ const { replies, hasError, error, loadMore, refresh } = useRepliesList(
</script> </script>
<style> <style>
.replies-list .v-infinite-scroll:first-child .v-infinite-scroll__side { .replies-list .v-infinite-scroll .v-infinite-scroll__side:first-child {
display: none; display: none;
} }
</style> </style>