mirror of
https://github.com/armbian/imager.git
synced 2026-01-06 12:31:28 -08:00
Improve flash screen board image styling
- Remove background and border-radius from board image - Scale image to 2x for better visibility - Use object-fit: contain to preserve aspect ratio
This commit is contained in:
@@ -29,10 +29,9 @@
|
||||
.flash-board-image {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 10px;
|
||||
object-fit: cover;
|
||||
background: var(--bg-secondary);
|
||||
object-fit: contain;
|
||||
flex-shrink: 0;
|
||||
transform: scale(2);
|
||||
}
|
||||
|
||||
.flash-info {
|
||||
|
||||
Reference in New Issue
Block a user