mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
style: Remove mobile height override for blame chart
This commit is contained in:
parent
889eb86d89
commit
1467a673b9
1 changed files with 0 additions and 6 deletions
|
@ -11,12 +11,6 @@
|
|||
width: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.chart-container {
|
||||
height: 480px; /* Taller on mobile */
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue