Skip to content

Commit

Permalink
style: fix fi3ework#309
Browse files Browse the repository at this point in the history
Post page float element may be wrongly displayed in some case.
  • Loading branch information
LolipopJ committed Aug 16, 2021
1 parent c589866 commit 7aa6b88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/css/style.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/scss/_partial/_post-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
border-radius: 0.5rem 0.5rem 0 0;
padding: 0.5rem 1.5rem;
transition: background-color 0.5s ease-out;
overflow: hidden;
}

.abstract-content,
Expand Down

0 comments on commit 7aa6b88

Please sign in to comment.