mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
24 lines
558 B
CSS
24 lines
558 B
CSS
.hunt_optimizer_WantedItemsView {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
overflow: hidden;
|
|
padding-left: 6px;
|
|
min-width: 200px;
|
|
}
|
|
|
|
.hunt_optimizer_WantedItemsView .hunt_optimizer_WantedItemsView_table_wrapper {
|
|
flex: 1;
|
|
width: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
.hunt_optimizer_WantedItemsView .hunt_optimizer_WantedItemsView_table_wrapper table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.hunt_optimizer_WantedItemsView .hunt_optimizer_WantedItemsView_table_wrapper td {
|
|
padding: 0 6px 3px 0;
|
|
}
|