fix(css): cibler spécifiquement le SVG du plugin pour ne pas impacter ceux utilisés dans le site

Ref: spip-galaxie/galactic_spip_net#11
merge-requests/20/head
brunob 4 months ago
parent af46072757
commit e1982e6eb3

@ -26,6 +26,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- show 2 security versions in api v2
- 2 stable versions in API
### Fixed
- cibler spécifiquement le SVG du plugin pour ne pas impacter ceux utilisés dans le sit
## [0.7.0] - 2022-01-08
### Added

@ -31,7 +31,7 @@ table.supportedversions tr.future td:first-child {
}
}
svg {
svg.supportedversions {
max-width: 100%;
height: auto;
}

@ -2,6 +2,7 @@
viewbox="0 0 [(#SUPPORTED_VERSIONS{svg/margin_left}|SupportedVersions::width)] [(#SUPPORTED_VERSIONS{svg/header_height}|SupportedVersions::height)]"
width="[(#SUPPORTED_VERSIONS{svg/margin_left}|SupportedVersions::width)]"
height="[(#SUPPORTED_VERSIONS{svg/header_height}|SupportedVersions::height)]"
class="supportedversions"
>
<defs>
<linearGradient id="gradient-future"

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Loading…
Cancel
Save