mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-04-09 09:03:40 +00:00
fix(css): adjust width of mermaid lightbox inner card for better responsiveness
This commit is contained in:
parent
c7bd0b7a93
commit
86c5db179e
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||
/* The white/dark card containing the diagram */
|
||||
.mermaid-lightbox-inner {
|
||||
position: relative;
|
||||
max-width: min(90vw, 1200px);
|
||||
width: min(90vw, 1200px);
|
||||
max-height: 85vh;
|
||||
overflow: auto;
|
||||
padding: 1.5rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue