Skip to content

Commit

Permalink
Style folded post in modern look&feel
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Dec 10, 2024
1 parent c2fc92d commit 6a256a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions resources/feature/lookAndFeel/lookAndFeel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ body {
}
}

.neon-post-folded {
background: var(--post-background) !important; // overrides .card {background}
border: none !important; // overrides .card {border}
}

.neon-forum-aside {
background: var(--body-background);
padding: 24px !important; // !important for .sticky-aside
Expand Down
2 changes: 1 addition & 1 deletion resources/js/components/forum/post.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="card card-post card-post-folded" :class="postIndentCssClasses" v-if="postFolded">
<div class="card card-post card-post-folded neon-post-folded" :class="postIndentCssClasses" v-if="postFolded">
<vue-post-guiderail
v-if="guiderailVisible"
:has-next-sibling="hasNextSibling"
Expand Down

0 comments on commit 6a256a4

Please sign in to comment.