1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 14:24:06 +08:00

Use spacer drawable instead of spacing on links container

This commit is contained in:
ansel
2022-10-14 00:04:13 +03:00
Unverified
parent a375c3389b
commit 8a47628fe1
@@ -211,7 +211,6 @@ namespace osu.Game.Overlays.Comments
{
Name = @"Actions buttons",
AutoSizeAxes = Axes.Both,
Spacing = new Vector2(10, 0)
},
actionsLoading = new LoadingSpinner
{
@@ -332,6 +331,7 @@ namespace osu.Game.Overlays.Comments
makeDeleted();
actionsContainer.AddLink("Copy link", copyUrl);
actionsContainer.AddArbitraryDrawable(new Container { Width = 10 });
if (Comment.UserId.HasValue && Comment.UserId.Value == api.LocalUser.Value.Id)
{