Skip to content

Commit

Permalink
Moved post action block to bottom of post frame
Browse files Browse the repository at this point in the history
Fixed request by @iangilman related to #53 - Moved post actions to the bottom of post frame instead of at the bottom of post text
  • Loading branch information
DavidScottBernstein committed Oct 25, 2018
1 parent 39dfc31 commit b6df0ce
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion assets/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ PLUGIN STYLES

.header-submenu .bp-navs {
z-index:100;
overflow: visible
overflow: visible
}

@media (min-width:768px) {
Expand Down Expand Up @@ -491,3 +491,13 @@ PLUGIN STYLES
font-style: italic;
color: #808080;
}

.bbp-meta {
position: absolute;
bottom: 0;
right: 0;
}

.bbp-reply-content {
position: relative;
}

0 comments on commit b6df0ce

Please sign in to comment.