diff --git a/saoristyle.css b/saoristyle.css index def0d28..f655389 100644 --- a/saoristyle.css +++ b/saoristyle.css @@ -9,7 +9,7 @@ div.content { float:none; - margin-left:64px; + margin-left:68px; } div.media { @@ -21,6 +21,10 @@ text-align:right; } +div.reblogger img { + align:right; +} + span.media_preview { float:left; } diff --git a/saoriview.cpp b/saoriview.cpp index b30bea1..fd23f70 100644 --- a/saoriview.cpp +++ b/saoriview.cpp @@ -108,7 +108,7 @@ if (rebloged) { result += "
"; + result += ") width=32 heght=32 />"; result += tr("boosted by: %1").arg(json["account"].toObject()["display_name"].toString()); } else { result += accountParser(json["account"].toObject());