Swapped dropdown box for full character list

This commit is contained in:
Stefan Zermatten
2017-09-07 14:36:45 +02:00
parent b43ee08d75
commit ef0deb20aa
5 changed files with 118 additions and 39 deletions

View File

@@ -0,0 +1,17 @@
.characterPicker .character-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.characterPicker .partyHead {
font-weight: 500;
}
.characterPicker .partyHead iron-icon {
transition: transform 0.3s ease;
}
.characterPicker .partyHead iron-icon.open {
transform: rotate(90deg);
}