mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +08:00
Update comment vote pill in line with web
This commit is contained in:
parent
bc0538a7f6
commit
63ea17f10e
@ -132,11 +132,10 @@ namespace osu.Game.Overlays.Comments
|
||||
},
|
||||
sideNumber = new OsuSpriteText
|
||||
{
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreRight,
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.BottomCentre,
|
||||
Text = "+1",
|
||||
Font = OsuFont.GetFont(size: 14),
|
||||
Margin = new MarginPadding { Right = 3 },
|
||||
Alpha = 0,
|
||||
},
|
||||
votesCounter = new OsuSpriteText
|
||||
@ -189,7 +188,7 @@ namespace osu.Game.Overlays.Comments
|
||||
else
|
||||
sideNumber.FadeTo(IsHovered ? 1 : 0);
|
||||
|
||||
borderContainer.BorderThickness = IsHovered ? 3 : 0;
|
||||
borderContainer.BorderThickness = IsHovered ? 2 : 0;
|
||||
}
|
||||
|
||||
private void onHoverAction()
|
||||
|
Loading…
Reference in New Issue
Block a user