mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-01 05:23:22 +00:00
14 lines
171 B
SCSS
14 lines
171 B
SCSS
.VirtualScroller {
|
|
height: 100% !important;
|
|
}
|
|
|
|
.CharacterRow {
|
|
//border-left-width: 1px;
|
|
|
|
&.CardBorderLeftIsOwn {
|
|
border-left-color: rgb(251 146 60 / 1)
|
|
}
|
|
}
|
|
|
|
|