mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 19:05:41 +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 {
|
ul.reactions {
|
||||||
margin: 0;
|
margin: 0 0 0 2em;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
&:not(:first-of-type) {
|
&:not(:first-of-type) {
|
||||||
margin: auto 0 auto 8px;
|
margin: auto auto auto 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
@ -501,7 +501,7 @@ figure {
|
||||||
}
|
}
|
||||||
|
|
||||||
ol.comments {
|
ol.comments {
|
||||||
margin: 0;
|
margin: 0 0 0 2em;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"reactions": {
|
"reactions": {
|
||||||
"❤️": 46
|
"❤️": 46,
|
||||||
|
"💬": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue