1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 12:02:54 +08:00

change block quote backgroudn width

Reference : 376cac43a0/resources/assets/less/base.less (L7-L10)
This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-05-06 05:35:16 +07:00
parent 4567abe3db
commit cfd28c51bb
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -26,7 +26,9 @@ namespace osu.Game.Graphics.Containers.Markdown
protected override Drawable CreateBackground()
{
return background = base.CreateBackground();
background = base.CreateBackground();
background.Width = 2;
return background;
}
public override MarkdownTextFlowContainer CreateTextFlow()