mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 12:16:37 +00:00
Add image format footer explanation
Fixes: https://github.com/resin-io/resin-etcher/issues/86
This commit is contained in:
parent
9dcc7b40ac
commit
2f301ad382
@ -5993,3 +5993,6 @@ body {
|
|||||||
margin-bottom: -40px;
|
margin-bottom: -40px;
|
||||||
color: #85898c;
|
color: #85898c;
|
||||||
font-size: 12px; }
|
font-size: 12px; }
|
||||||
|
|
||||||
|
.tiny {
|
||||||
|
font-size: 10px; }
|
||||||
|
@ -32,6 +32,8 @@
|
|||||||
<div ng-show="app.selection.hasImage()">
|
<div ng-show="app.selection.hasImage()">
|
||||||
<span ng-bind="app.selection.getImage() | basename"></span>
|
<span ng-bind="app.selection.getImage() | basename"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p class="step-footer tiny">*supported files: .img, .iso</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -151,3 +151,7 @@ body {
|
|||||||
color: lighten($color-disabled, 5%);
|
color: lighten($color-disabled, 5%);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tiny {
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 118 KiB |
Loading…
x
Reference in New Issue
Block a user