mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
Placeholders now keep their aspect ratio even when displaying in large screen
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<svg
|
||||
role="img"
|
||||
aria-labelledby="loading-aria"
|
||||
aria-labelledby="dashboard-loading-aria"
|
||||
viewBox="0 0 540 100"
|
||||
preserveAspectRatio="none"
|
||||
preserveAspectRatio="xMidYMid meet"
|
||||
>
|
||||
<title id="dashboard-loading-aria">Loading...</title>
|
||||
<rect
|
||||
x="0"
|
||||
y="0"
|
||||
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user