mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 16:02:58 +08:00
change block quote backgroudn width
Reference : 376cac43a0/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()
|
||||
|
Loading…
Reference in New Issue
Block a user