mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-11 00:35:47 +00:00

feat: rename ?s to ?_from to match podcastindex recommendation feat: adust map height feat: display pie chart on 1 column for small and medium screens feat: handle empty rss user agent fix: correct bug when importing episode with empty image fix: add service to FakePodcastsAnalyticsSeeder, resize pie charts so that all lines fit fix: set page title to ->title when it exists fix: replace %20 with + closes #37
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;
|
|
}
|