mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-10 16:25:47 +00:00

- replace rollup config with vitejs - use vite dev server during development to take advantage of hot module replacement (HMR) - add vite service using Vite library to load css and js assets - update package.json scripts and remove unnecessary dependencies - update scripts/bundle-prepare.sh closes #107
16 lines
230 B
CSS
16 lines
230 B
CSS
.chart-map {
|
|
height: 600px;
|
|
border: solid 10px #eee;
|
|
}
|
|
.chart-pie {
|
|
height: 450px;
|
|
width: 100%;
|
|
border: solid 1px #eee;
|
|
}
|
|
.chart-xy {
|
|
height: 500px;
|
|
width: 100%;
|
|
border: solid 1px #eee;
|
|
border: solid 3px #eee;
|
|
}
|