Skip to content

Commit

Permalink
style: update .wl-meta and .wl-meta>span for better layout and color …
Browse files Browse the repository at this point in the history
…consistency
  • Loading branch information
EvanNotFound committed Jun 20, 2024
1 parent 74a4512 commit 89b45eb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions source/css/layout/_partials/comments/waline.styl
Original file line number Diff line number Diff line change
Expand Up @@ -626,15 +626,19 @@
font-size 0.75em

.wl-card .wl-meta
display flex
flex-direction row
position relative
line-height 1

.wl-card .wl-meta>span
display inline-block
display flex
align-items center
flex-direction row
margin-inline-end 0.25em
padding 2px 4px
border-radius 0.2em
background var(--waline-info-bgcolor)
background var(--second-background-color)
color var(--waline-info-color)
font-size var(--waline-info-font-size)
line-height 1.5
Expand Down

0 comments on commit 89b45eb

Please sign in to comment.