Skip to content

Commit ee9fa99

Browse files
committed
Fix Revel Theme and sparkles.
This moves the created/edited timestamp to the buttom of a post in the revel theme too.
1 parent 1166c99 commit ee9fa99

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

resources/sass/components/forum/_post.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@
329329
gap: 0 6px;
330330
}
331331

332+
.post__author {
333+
width: fit-content;
334+
}
335+
332336
.post__aside {
333337
display: grid;
334338
grid-template-areas: 'figure author author author' 'figure topics posts .';

resources/sass/themes/_revel.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,11 @@ a:hover {
10841084

10851085
.post {
10861086
border-radius: 0;
1087-
grid-template-areas: 'header header' 'aside content' 'aside footer';
1087+
grid-template-areas: 'header header' 'aside content' 'aside footer' 'aside timestamps';
1088+
}
1089+
1090+
.post__header {
1091+
padding-left: 0;
10881092
}
10891093

10901094
.post__aside {

0 commit comments

Comments
 (0)