Show a full-screen graph on click

This commit is contained in:
Pieter Vander Vennet 2022-07-20 15:04:51 +02:00
parent a90fa5cd63
commit e25c904aa3
3 changed files with 37 additions and 12 deletions

View file

@ -1110,6 +1110,10 @@ video {
height: 12rem;
}
.max-h-screen {
max-height: 100vh;
}
.max-h-7 {
max-height: 1.75rem;
}