Skip to content

Commit

Permalink
style: change 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 0f5e9ed commit 8fda619
Showing 1 changed file with 1 addition and 1 deletion.
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 shadow-sm">
<div class="d-flex flex-row justify-content-center rounded rounded-5 post-panel position-fixed px-3 py-1 surface shadow">
{{ partial "hooks/post-panel-begin" . }}
{{ partial "post/panel/translations" . }}
{{ partial "post/panel/reward" . }}
Expand Down

0 comments on commit 8fda619

Please sign in to comment.