Skip to content

Commit

Permalink
style: change the shadow of post panel
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Nov 23, 2022
1 parent d390a06 commit 0f5e9ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion assets/main/scss/post/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

.post-panel {
bottom: 20px;
@extend .shadow; /* stylelint-disable-line */

.action {
margin: 0 0.25rem;
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/post/panel.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if default true .Site.Params.post.panel -}}
<div class="post-panel-wrapper position-relative d-flex justify-content-center">
<div class="d-flex flex-row justify-content-center rounded rounded-5 post-panel position-fixed px-3 py-1 surface">
<div class="d-flex flex-row justify-content-center rounded rounded-5 post-panel position-fixed px-3 py-1 surface shadow-sm">
{{ partial "hooks/post-panel-begin" . }}
{{ partial "post/panel/translations" . }}
{{ partial "post/panel/reward" . }}
Expand Down

0 comments on commit 0f5e9ed

Please sign in to comment.