mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-06 16:28:30 +08:00
20 lines
339 B
CSS
20 lines
339 B
CSS
![]() |
.QuestInfoComponent {
|
||
|
width: 280px;
|
||
|
padding: 10px;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
.QuestInfoComponent table {
|
||
|
border-collapse: collapse;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.QuestInfoComponent table tbody th {
|
||
|
text-align: right;
|
||
|
padding-right: 5px;
|
||
|
}
|
||
|
|
||
|
.QuestInfoComponent-npc-counts-container {
|
||
|
overflow: auto;
|
||
|
}
|