Skip to content

Commit

Permalink
fix: Image is now aligned in the upper left corner.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqunaga committed Dec 7, 2022
1 parent 969396a commit e2c8aa5
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,17 @@ Unity2022.2.0b6
align-self: stretch;
}

/********************************************************************************
* image
********************************************************************************/
.unity-image{
align-self: flex-start;
}

.rosettaui-row > .unity-image {
flex-grow: 0; /* rosettaui-row > * を打消し */
}

/********************************************************************************
* slider
********************************************************************************/
Expand Down

0 comments on commit e2c8aa5

Please sign in to comment.