mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +01:00
Fix interaction styling
This commit is contained in:
parent
5c60629d78
commit
0163ae3d0f
2 changed files with 5 additions and 4 deletions
|
@ -484,14 +484,14 @@ figure {
|
|||
}
|
||||
|
||||
ul.reactions {
|
||||
margin: 0;
|
||||
margin: 0 0 0 2em;
|
||||
list-style: none;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
|
||||
&:not(:first-of-type) {
|
||||
margin: auto 0 auto 8px;
|
||||
margin: auto auto auto 0.75em;
|
||||
}
|
||||
|
||||
svg {
|
||||
|
@ -501,7 +501,7 @@ figure {
|
|||
}
|
||||
|
||||
ol.comments {
|
||||
margin: 0;
|
||||
margin: 0 0 0 2em;
|
||||
list-style: none;
|
||||
|
||||
li {
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
}
|
||||
],
|
||||
"reactions": {
|
||||
"❤️": 46
|
||||
"❤️": 46,
|
||||
"💬": 1
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue