Parcourir la source

fixed an overflow issue on the create character ui

tags/v0.4.3^2
Shaun Kichenbrand il y a 4 ans
Parent
révision
8423d6f11b
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      src/client/ui/templates/createCharacter/styles.less

+ 3
- 3
src/client/ui/templates/createCharacter/styles.less Voir le fichier

@@ -71,11 +71,11 @@
background-color: @grayD;

&:first-child {
margin-right: 15px;
margin-right: 10px;
}

&:last-child {
margin-left: 15px;
margin-left: 10px;
}

&:hover {
@@ -236,7 +236,7 @@
width: 45%;

.skinBox {
height: 70px;
height: 35px;
}

}


Chargement…
Annuler
Enregistrer