mirror of
https://github.com/coaidev/coai.git
synced 2025-05-21 22:10:12 +09:00
chore: update style
This commit is contained in:
parent
9f8f2a8168
commit
b179be80ea
@ -127,13 +127,19 @@
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
.chart {
|
.chart {
|
||||||
#model-usage-chart {
|
#model-usage-chart,
|
||||||
|
#user-type-chart {
|
||||||
|
min-height: 8rem !important;
|
||||||
max-height: 8rem !important;
|
max-height: 8rem !important;
|
||||||
margin: 1rem 0;
|
margin-top: 1.5rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
canvas {
|
canvas {
|
||||||
|
min-height: 10rem !important;
|
||||||
max-height: 10rem !important;
|
max-height: 10rem !important;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart-title {
|
.chart-title {
|
||||||
|
Loading…
Reference in New Issue
Block a user