Skip to content

Commit

Permalink
style: change post panel bottom as 64px
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jan 28, 2023
1 parent ef491b1 commit dde80ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/main/scss/post/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
z-index: 1;

.post-panel {
bottom: 36px;
bottom: 48px;

.action {
margin: 0 0.25rem;
Expand All @@ -11,8 +11,8 @@
&:not(:first-child) {
&::before {
content: "|";
padding-right: .5rem;
color: var(--#{$prefix}surface-color-disabled);;
padding-right: 0.5rem;
color: var(--#{$prefix}surface-color-disabled);
}
}

Expand Down

0 comments on commit dde80ca

Please sign in to comment.