Added a side list for characters
This commit is contained in:
11
rpg-docs/client/views/characterList/characterSideList.css
Normal file
11
rpg-docs/client/views/characterList/characterSideList.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.singleLineItem {
|
||||
color: black;
|
||||
color: rgba(0, 0, 0, 0.870588);
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
height: 40px;
|
||||
overflow: hidden;
|
||||
padding: 12px 0 12px 0;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
Reference in New Issue
Block a user