mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 06:23:37 +08:00
change block quote backgroudn width
Reference : https://github.com/ppy/osu-web/blob/376cac43a051b9c85ce95e2c446099be187b3e45/resources/assets/less/base.less#L7-L10
This commit is contained in:
parent
4567abe3db
commit
cfd28c51bb
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user