ddgo-controller-docs/layouts/partials/custom-header.html
Marc Riera Irigoyen fd30647d80 Fix custom CSS
2022-08-22 00:44:03 +02:00

30 lines
428 B
HTML

<style type="text/css">
<!-- General -->
#body .flex-block-wrapper {
max-width: 100%;
min-width: 100%;
}
.flex-block-wrapper table {
overflow-x: auto;
width: 100%;
}
<!-- Detail pages -->
table #image img {
margin: 0;
max-width: 190px;
max-height: 190px;
}
table #native {
background-color: rgba(189,233,186,.35);
}
table #partial {
background-color: rgba(255,215,140,.35);
}
</style>