mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 09:05:07 +00:00
This cuts the total build from 527 to 156 files, which is considerably fewer requests when loading this inside Pybricks Code. See https://github.com/pybricks/support/issues/1559
12 lines
168 B
CSS
12 lines
168 B
CSS
.svg-container {
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.svg-container svg {
|
|
position: relative;
|
|
height: auto;
|
|
max-width: 100%;
|
|
}
|