mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
change block quote backgroudn width
Reference : 376cac43a0/resources/assets/less/base.less (L7-L10)
This commit is contained in:
@ -26,7 +26,9 @@ namespace osu.Game.Graphics.Containers.Markdown
|
|||||||
|
|
||||||
protected override Drawable CreateBackground()
|
protected override Drawable CreateBackground()
|
||||||
{
|
{
|
||||||
return background = base.CreateBackground();
|
background = base.CreateBackground();
|
||||||
|
background.Width = 2;
|
||||||
|
return background;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override MarkdownTextFlowContainer CreateTextFlow()
|
public override MarkdownTextFlowContainer CreateTextFlow()
|
||||||
|
Reference in New Issue
Block a user