diff --git a/themes/modify_slick.sh b/themes/modify_slick.sh index 2739110..fab4506 100755 --- a/themes/modify_slick.sh +++ b/themes/modify_slick.sh @@ -73,7 +73,7 @@ for file in style.css style-compat.css; do sed -i 's/$/.right{float:right}/' tastytea/static/assets/${file} sed -i 's/$/.left{float:left}/' tastytea/static/assets/${file} - sed -i 's/$/.mastodon-api-comment{margin-left: 1em;border:0.1em solid black;padding:0.1em 1em;}/' tastytea/static/assets/${file} + sed -i 's/$/.mastodon-api-comment{margin-left: 1em;border:0.1em solid black;}/' tastytea/static/assets/${file} sed -i 's/$/.mastodon-api-comment:nth-child(even){background-color:#0402}/' tastytea/static/assets/${file} sed -i 's/$/.mastodon-api-comment:nth-child(odd){background-color:#2402}/' tastytea/static/assets/${file} diff --git a/themes/tastytea/static/assets/style-compat.css b/themes/tastytea/static/assets/style-compat.css index bc2cee4..3424cf0 100644 --- a/themes/tastytea/static/assets/style-compat.css +++ b/themes/tastytea/static/assets/style-compat.css @@ -301,6 +301,6 @@ div.tip td.icon {color:var(--blue)} div.important td.icon {color:var(--yellow)} .right {float:right} .left {float:left} -.mastodon-api-comment {margin-left: 1em; border:0.1em solid black; padding:0.1em 1em; } +.mastodon-api-comment {margin-left: 1em; border:0.1em solid black; } .mastodon-api-comment:nth-child(even) {background-color:#0402} .mastodon-api-comment:nth-child(odd) {background-color:#2402} diff --git a/themes/tastytea/static/assets/style.css b/themes/tastytea/static/assets/style.css index a2bf25f..2b24486 100644 --- a/themes/tastytea/static/assets/style.css +++ b/themes/tastytea/static/assets/style.css @@ -334,6 +334,6 @@ div.tip td.icon {color:var(--blue)} div.important td.icon {color:var(--yellow)} .right {float:right} .left {float:left} -.mastodon-api-comment {margin-left: 1em; border:0.1em solid black; padding:0.1em 1em; } +.mastodon-api-comment {margin-left: 1em; border:0.1em solid black; } .mastodon-api-comment:nth-child(even) {background-color:#0402} .mastodon-api-comment:nth-child(odd) {background-color:#2402}