umami/components/charts/MetricsBar.module.css

11 lines
147 B
CSS
Raw Normal View History

2020-08-19 23:35:38 +02:00
.bar {
display: flex;
2020-08-19 23:35:38 +02:00
cursor: pointer;
}
2020-08-02 09:51:26 +02:00
2020-08-19 23:35:38 +02:00
@media only screen and (max-width: 992px) {
2020-08-02 09:51:26 +02:00
.container > div:last-child {
display: none;
}
}